diff options
author | zhongjun <zhong.jun@zte.com.cn> | 2017-08-30 14:30:26 +0800 |
---|---|---|
committer | zhongjun <zhong.jun@zte.com.cn> | 2017-08-30 16:06:52 +0800 |
commit | 91b18eadfb2ca83d9291281210342dfefa7694b2 (patch) | |
tree | 41b2563e1c6e925b10ac3fffeda9d05b46bfb895 /tests/data/openrc_conf/globals_odl.yml | |
parent | 1cf9f49c5167d7bbf4969ed9146599c73a73fbcc (diff) |
Add some test case in test_post_execute.py
1.add some test case in test_post_execute.py.
2.rename test_execute.py to test_prepare_execute.py and
add clearup handle in test function.
Change-Id: I1ed27ce6f0a5ba8bbd56544ae8d53e14f7daa9ea
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
Diffstat (limited to 'tests/data/openrc_conf/globals_odl.yml')
-rw-r--r-- | tests/data/openrc_conf/globals_odl.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/data/openrc_conf/globals_odl.yml b/tests/data/openrc_conf/globals_odl.yml new file mode 100644 index 00000000..50df4084 --- /dev/null +++ b/tests/data/openrc_conf/globals_odl.yml @@ -0,0 +1,13 @@ +docker_namespace: kolla +docker_registry: 10.20.11.2:4000 +enable_ceph: 'yes' +enable_cinder: 'yes' +keepalived_interface: ens9 +kolla_external_vip_interface: ens3 +kolla_internal_vip_address: 10.20.11.11 +network_interface: ens3 +neutron_external_interface: ens8 +openstack_release: 4.0.2 +storage_interface: ens3 +tunnel_interface: ens3 +opendaylight_leader_ip_address: 10.20.7.3
\ No newline at end of file |