summaryrefslogtreecommitdiffstats
path: root/smoketests/flags.py
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2011-01-18 18:33:04 -0800
committerVishvananda Ishaya <vishvananda@gmail.com>2011-01-18 18:33:04 -0800
commit9bd72f56224a8cc980620b17210d9b9b9ede6166 (patch)
treee827f076bc1a15d1ffbc5f53faa8a33705a2557e /smoketests/flags.py
parenteb33a6b78b8d802c3f92a80e5d5e4a60aef5bf68 (diff)
downloadnova-9bd72f56224a8cc980620b17210d9b9b9ede6166.tar.gz
nova-9bd72f56224a8cc980620b17210d9b9b9ede6166.tar.xz
nova-9bd72f56224a8cc980620b17210d9b9b9ede6166.zip
various fixes to smoketests, including allowing admin tests to run as a user, better timing, and allowing volume tests to run on non-udev linux
Diffstat (limited to 'smoketests/flags.py')
-rw-r--r--smoketests/flags.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketests/flags.py b/smoketests/flags.py
index 35f432a77..9dc310692 100644
--- a/smoketests/flags.py
+++ b/smoketests/flags.py
@@ -35,5 +35,5 @@ DEFINE_bool = DEFINE_bool
# http://code.google.com/p/python-gflags/source/browse/trunk/gflags.py#39
DEFINE_string('region', 'nova', 'Region to use')
-DEFINE_string('test_image', 'ami-tiny', 'Image to use for launch tests')
+DEFINE_string('test_image', 'ami-tty', 'Image to use for launch tests')
DEFINE_string('use_ipv6', True, 'use the ipv6 or not')