blob: c9d910f0007360914e42215f7ee1017dad77cc18 [file] [log] [blame]
obutenko1cf11502018-11-29 13:28:17 +02001classes:
2- service.runtest.tempest
obutenko1cf11502018-11-29 13:28:17 +02003- service.runtest.tempest.barbican
obutenko1cf11502018-11-29 13:28:17 +02004parameters:
5 _param:
6 image_host: http://cz8133.bud.mirantis.net:8099
7 glance_image_cirros_location: ${_param:image_host}/cirros-0.3.5-x86_64-disk.img
8 glance_image_fedora_location: ${_param:image_host}/Fedora-Cloud-Base-27-1.6.x86_64.qcow2
9 glance_image_manila_location: ${_param:image_host}/manila-service-image-master.qcow2
10 tempest_test_target: gtw01*
11 runtest_tempest_cfg_dir: /tmp/test
12 runtest_tempest_cfg_name: tempest.conf
13 runtest:
14 tempest:
15 DEFAULT:
16 log_file: tempest.log
17 cfg_dir: ${_param:runtest_tempest_cfg_dir}
18 cfg_name: ${_param:runtest_tempest_cfg_name}
19 put_keystone_rc_enabled: True
obutenkofc258992019-01-04 15:27:45 +020020 put_local_image_file_enabled: True