summaryrefslogtreecommitdiff
path: root/scripts/redstack
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-06-23 20:58:56 +0000
committerGerrit Code Review <review@openstack.org>2016-06-23 20:58:56 +0000
commit8eca7f3c456255b40ec8e4f13cd37bb2bf8073f4 (patch)
treee6c459ffc444cbddc3cd406875d245b3e0b44c18 /scripts/redstack
parent71d1887a997128f693b14c6148ee67427cd06f00 (diff)
parente3ae175d84b6c56d607e84776dd4ce3187c1cbf0 (diff)
downloadtrove-integration-8eca7f3c456255b40ec8e4f13cd37bb2bf8073f4.tar.gz
Merge "Add another 'fault' flavor"
Diffstat (limited to 'scripts/redstack')
-rwxr-xr-xscripts/redstack6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/redstack b/scripts/redstack
index 1800803..7b3684a 100755
--- a/scripts/redstack
+++ b/scripts/redstack
@@ -761,8 +761,10 @@ function add_test_flavors() {
add_flavor 'large' 26 2048 10 1
add_flavor 'large' 27 2048 15 1
- # This should be big enough to cause Nova to fail allocation
- add_flavor 'fault' 35 131072 5 1
+ # This will allow Nova to create an instance, but not enough disk to boot the image
+ add_flavor 'fault_1' 30 512 1 1
+ # This should be enough memory to cause Nova to fail entirely due to too much allocation
+ add_flavor 'fault_2' 31 131072 5 1
}
function cmd_test_init() {