aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-06-14 12:15:31 -0400
committerDR695H <dr695h@att.com>2019-06-14 12:34:53 -0400
commit443fb694d478d194768e88935f9402ca93e2001e (patch)
tree3ed36b13215bc293effc8ae6ba9211ff52ebf542
parent990aef1a9302a290d1e156cacd00cc408f650f8a (diff)
adding in packet generator property required for test case
Issue-ID: TEST-158 Change-Id: I7fa98584d69f4cae97e30668764ab7234d69f4ca Signed-off-by: DR695H <dr695h@att.com>
-rwxr-xr-xkubernetes/robot/demo-k8s.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/robot/demo-k8s.sh b/kubernetes/robot/demo-k8s.sh
index 8b76f64a25..0f4578364a 100755
--- a/kubernetes/robot/demo-k8s.sh
+++ b/kubernetes/robot/demo-k8s.sh
@@ -199,7 +199,7 @@ do
vfwclosedloop)
TAG="vfwclosedloop"
shift
- VARIABLES="$VARIABLES -v pkg_host:$1"
+ VARIABLES="$VARIABLES -v PACKET_GENERATOR_HOST:$1"
shift
;;
*)