diff options
author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-01-18 18:33:04 -0800 |
---|---|---|
committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-01-18 18:33:04 -0800 |
commit | 9bd72f56224a8cc980620b17210d9b9b9ede6166 (patch) | |
tree | e827f076bc1a15d1ffbc5f53faa8a33705a2557e /smoketests/flags.py | |
parent | eb33a6b78b8d802c3f92a80e5d5e4a60aef5bf68 (diff) | |
download | nova-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.py | 2 |
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') |