summaryrefslogtreecommitdiffstats
path: root/tests/adhoc/smoke01.sh
diff options
context:
space:
mode:
authorBryan Sullivan <bs3131@att.com>2016-02-11 07:53:47 -0800
committerBryan Sullivan <bs3131@att.com>2016-02-11 07:53:47 -0800
commit20a18b0c7ae4610161bcfc17db68fdacc090a102 (patch)
treefc288e2bc987f3c4c33a269abe7b828e3922b770 /tests/adhoc/smoke01.sh
parent5e32e631e69231d08f919d5b3921c358ac7b49ff (diff)
Fix various bugs in smoke tests.
JIRA: COPPER-4 Change-Id: Ic9364b328105070aeb7ce410225314d1ae023a5d Signed-off-by: Bryan Sullivan <bs3131@att.com>
Diffstat (limited to 'tests/adhoc/smoke01.sh')
-rw-r--r--tests/adhoc/smoke01.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/adhoc/smoke01.sh b/tests/adhoc/smoke01.sh
index ec834f3..0391fc2 100644
--- a/tests/adhoc/smoke01.sh
+++ b/tests/adhoc/smoke01.sh
@@ -52,6 +52,8 @@ neutron router-create external
neutron router-gateway-set external public
neutron router-interface-add external subnet=internal
+# add a delay since the previous command takes the neutron-api offline for a while (?)
+sleep 30
INTERNAL_NET=$(neutron net-list | awk "/ internal / { print \$2 }")