summaryrefslogtreecommitdiffstats
path: root/etc/conf/bottlenecks_config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/conf/bottlenecks_config.yml')
-rw-r--r--etc/conf/bottlenecks_config.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/conf/bottlenecks_config.yml b/etc/conf/bottlenecks_config.yml
index 76a57c30..3c92d0f9 100644
--- a/etc/conf/bottlenecks_config.yml
+++ b/etc/conf/bottlenecks_config.yml
@@ -19,10 +19,10 @@ bottlenecks:
dir: '/home/opnfv/userconfig'
pre_condition:
- 'source /tmp/admin_rc.sh &&
- (openstack --insecure image list | grep cirros-0.3.5 ||
- openstack --insecure image create cirros-0.3.5
+ (openstack --insecure image list | grep cirros-0.4.0 ||
+ openstack --insecure image create cirros-0.4.0
--disk-format qcow2 --container-format bare
- --file /home/opnfv/userconfig/images/cirros-0.3.5-x86_64-disk.img)'
+ --file /home/opnfv/userconfig/images/cirros-0.4.0-x86_64-disk.img)'
- 'source /tmp/admin_rc.sh &&
(openstack --insecure flavor list | grep yardstick-flavor ||
openstack --insecure flavor create --id 100
@@ -31,8 +31,8 @@ bottlenecks:
- 'python /home/opnfv/bottlenecks/testsuites/run_testsuite.py testcase {{validate_testcase}} True'
post_condition:
- 'source /tmp/admin_rc.sh &&
- (! openstack --insecure image list | grep cirros-0.3.5 ||
- openstack --insecure image delete cirros-0.3.5)'
+ (! openstack --insecure image list | grep cirros-0.4.0 ||
+ openstack --insecure image delete cirros-0.4.0)'
- 'source /tmp/admin_rc.sh &&
(! openstack --insecure flavor list | grep yardstick-flavor ||
openstack --insecure flavor delete yardstick-flavor)'