VOL-3220 - correct port forward that is restarted
- also corrected a spelling mistake as we do not want to
foward ports
Change-Id: I7b87889bfb8f58728dec710247ae68a8f8cd4613
diff --git a/libraries/voltha.robot b/libraries/voltha.robot
index b8679b0..dc1628d 100644
--- a/libraries/voltha.robot
+++ b/libraries/voltha.robot
@@ -40,7 +40,7 @@
Should Be Equal as Integers ${rc} 0
[Return] ${deploy}
-Restart VOLTHA Port Foward
+Restart VOLTHA Port Forward
[Arguments] ${name}
[Documentation] Uses a script to restart a kubectl port-forward
${cmd} Catenate
diff --git a/tests/dt-workflow/Voltha_DT_FailureScenarios.robot b/tests/dt-workflow/Voltha_DT_FailureScenarios.robot
index 46fb3df..585030e 100644
--- a/tests/dt-workflow/Voltha_DT_FailureScenarios.robot
+++ b/tests/dt-workflow/Voltha_DT_FailureScenarios.robot
@@ -364,7 +364,7 @@
... Check Expected Available Deployment Replicas voltha voltha-voltha-ofagent 1
# For some reason scaling down and up the POD behind a service causes the port forward to stop working,
# so restart the port forwarding for the API service
- Restart VOLTHA Port Foward voltha-api-minimal
+ Restart VOLTHA Port Forward voltha-api
# Ensure that the ofagent pod is up and ready and the device is available in ONOS, this
# represents system connectivity being restored
Wait Until Keyword Succeeds ${timeout} 2s Device Is Available In ONOS
diff --git a/tests/functional/Voltha_FailureScenarios.robot b/tests/functional/Voltha_FailureScenarios.robot
index 3e206de..350921c 100644
--- a/tests/functional/Voltha_FailureScenarios.robot
+++ b/tests/functional/Voltha_FailureScenarios.robot
@@ -513,7 +513,7 @@
... Check Expected Available Deployment Replicas voltha voltha-voltha-ofagent 1
# For some reason scaling down and up the POD behind a service causes the port forward to stop working,
# so restart the port forwarding for the API service
- Restart VOLTHA Port Foward voltha-api-minimal
+ Restart VOLTHA Port Forward voltha-api
# Ensure that the ofagent pod is up and ready and the device is available in ONOS, this
# represents system connectivity being restored
Wait Until Keyword Succeeds ${timeout} 2s Device Is Available In ONOS