Fix SIAB test for change in Get ONOS Status
Change-Id: I3b5b69e06e98d164397a0f8c1d9045bd9c18a102
diff --git a/src/test/cord-api/Tests/WorkflowValidations/SIAB.robot b/src/test/cord-api/Tests/WorkflowValidations/SIAB.robot
index d14bdf2..88a7753 100644
--- a/src/test/cord-api/Tests/WorkflowValidations/SIAB.robot
+++ b/src/test/cord-api/Tests/WorkflowValidations/SIAB.robot
@@ -44,7 +44,7 @@
${SUBSCRIBER_PATHFILE} ${CURDIR}/data/${SUBSCRIBER_FILENAME}.json
${VOLT_DEVICE_PATHFILE} ${CURDIR}/data/${OLT_DEVICE_FILENAME}.json
${export_kube_config} export KUBECONFIG=%{HOME}/.kube/config
-${kube_node_ip} localhost
+${kube_node_ip} 127.0.0.1
${dst_host_ip} 172.18.0.10
${local_user} %{USER}
${local_pass} ${None}
@@ -332,7 +332,7 @@
Append To List ${container_list} vcore
Set Suite Variable ${container_list}
Setup SSH Keys to Localhost
- ${datetime}= Get Current Datetime On Kubernetes Node localhost ${local_user} ${local_pass}
+ ${datetime}= Get Current Datetime On Kubernetes Node ${kube_node_ip} ${local_user} ${local_pass}
Set Suite Variable ${datetime}
Teardown
@@ -372,7 +372,7 @@
Test Cleanup
[Documentation] Restore back to initial state per each test
Get VOLTHA Status
- Get ONOS Status
+ Get ONOS Status ${kube_node_ip}
Log Kubernetes Containers Logs Since Time ${datetime} ${container_list}
Wait Until Keyword Succeeds 60s 2s Clean Up Objects ${ATT_WHITELIST}
Wait Until Keyword Succeeds 30s 2s Validate ONU States UNKNOWN DISABLED ${onu_device}