diff options
author | DR695H <dr695h@att.com> | 2019-06-14 12:15:31 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-06-14 12:34:53 -0400 |
commit | 92483d7f41872a396ec651a8d3d8c47adfe52197 (patch) | |
tree | bec423ac1ddf96cbbddaca1f6bc1539d1222947f /demo-k8s.sh | |
parent | 4cbdb7a3d3b66575a479e8c60a3a272da55a681b (diff) |
adding in packet generator property required for test case
Issue-ID: TEST-158
Change-Id: I7fa98584d69f4cae97e30668764ab7234d69f4ca
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'demo-k8s.sh')
-rwxr-xr-x | demo-k8s.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo-k8s.sh b/demo-k8s.sh index 8b76f64..0f45783 100755 --- a/demo-k8s.sh +++ b/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 ;; *) |