From 0cc4839fa71b36eb12a164bb193dd71b700a3001 Mon Sep 17 00:00:00 2001 From: Bryan Sullivan Date: Fri, 21 Oct 2016 22:11:03 -0700 Subject: Reduce pause time JIRA: VES-1 Change-Id: I42fb000dd5189141e7348722df98d52cb1f3c6b2 Signed-off-by: Bryan Sullivan --- tests/vHello_VES.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/vHello_VES.sh b/tests/vHello_VES.sh index e8911e7..1b291d7 100644 --- a/tests/vHello_VES.sh +++ b/tests/vHello_VES.sh @@ -316,10 +316,10 @@ traffic () { } pause () { - echo "$0: $(date) Pause the VNF (web server) in $1 for a minute to generate a state change fault report (Stopped)" + echo "$0: $(date) Pause the VNF (web server) in $1 for 30 seconds to generate a state change fault report (Stopped)" get_vdu_ip $1 ssh -i /tmp/vHello.pem -x -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ubuntu@$ip "sudo docker pause vHello" - sleep 60 + sleep 20 echo "$0: $(date) Unpausing the VNF to generate a state change fault report (Started)" ssh -i /tmp/vHello.pem -x -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ubuntu@$ip "sudo docker unpause vHello" } -- cgit 1.2.3-korg