summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorblsaws <bryan.sullivan@att.com>2016-05-22 21:55:53 -0700
committerblsaws <bryan.sullivan@att.com>2016-05-22 21:55:53 -0700
commit4cc5c1b7d01eb2e0c785d904f715bab1a5437c30 (patch)
tree68df5d17c0b33dc8f29e1e1e101836309020772f /tests
parent28d9889c0552554bcd60a253b144b13cecfdca3d (diff)
Restore openstack clients to CLI test environment (needed for Centos)
JIRA: COPPER-4 Change-Id: If85ed266c2d8ff21172260f08e016173c16df2f4 Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/dmz.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dmz.sh b/tests/dmz.sh
index 4e0d350..3cff177 100644
--- a/tests/dmz.sh
+++ b/tests/dmz.sh
@@ -142,7 +142,7 @@ if [ -z $test_cirros1_ID ]; then
fail
fi
-echo "Boot cirros2 with non-dmz image"
+echo "Boot cirros2 with dmz image"
nova boot --flavor m1.tiny --image cirros-0.3.3-x86_64-dmz --nic net-id=$test_internal_NET --security-groups dmz cirros2
test_cirros2_ID=$(nova list | awk "/ cirros2 / { print \$2 }")
if [ -z $test_cirros1_ID ]; then