diff options
Diffstat (limited to 'tests/adhoc/smoke01.sh')
-rw-r--r-- | tests/adhoc/smoke01.sh | 2 |
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 }") |