fixed to bbsim automation test
Change-Id: Ib954ae9aaeb0381e5f82fb1a182ea46a6a60ed29
diff --git a/src/test/cord-api/Tests/WorkflowValidations/BBSIM.robot b/src/test/cord-api/Tests/WorkflowValidations/BBSIM.robot
index d4f2a96..0eab01f 100644
--- a/src/test/cord-api/Tests/WorkflowValidations/BBSIM.robot
+++ b/src/test/cord-api/Tests/WorkflowValidations/BBSIM.robot
@@ -32,17 +32,13 @@
Variables ../../Properties/RestApiProperties.py
*** Variables ***
-${export_kube_config} export KUBECONFIG=/home/%{USER}/.kube/config
-${kube_node_ip} localhost
-${dst_host_ip} 172.18.0.10
-${local_user} %{USER}
-${local_pass} %{USER}
+${number_of_onus} 16
*** Test Cases ***
ONUs Discovered
[Documentation] Validates All ONU Devices are discovered and retrieve SNs
[Tags] onudiscovery
- Wait Until Keyword Succeeds 120s 5s Validate Number of ONU Devices 16
+ Wait Until Keyword Succeeds 120s 5s Validate Number of ONU Devices ${number_of_onus}
Validate ONU States
[Documentation] Validates All ONU Device states are "enabled" and "active"