diff options
author | zhongjun <zhong.jun@zte.com.cn> | 2017-08-10 19:34:10 +0800 |
---|---|---|
committer | zhongjun <zhong.jun@zte.com.cn> | 2017-08-10 19:55:25 +0800 |
commit | 98f1d062cad5b2d89945b24f616f1c769a0a1cec (patch) | |
tree | 19cd08084372d50a07cbef306fc4b84a4f3d6959 /tests/data/lab_conf/deploy_virtual2.yml | |
parent | 62db6264951f84811b5fb29361078f7d4a1ce493 (diff) |
Add more unit test case in test_get_conf.py
Add more unit test cases by pytest parametrize fixture.
Change-Id: I208bcff9af79b73556638e20df96235c4ac60ee2
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
Diffstat (limited to 'tests/data/lab_conf/deploy_virtual2.yml')
-rw-r--r-- | tests/data/lab_conf/deploy_virtual2.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/data/lab_conf/deploy_virtual2.yml b/tests/data/lab_conf/deploy_virtual2.yml new file mode 100644 index 00000000..d4c99e97 --- /dev/null +++ b/tests/data/lab_conf/deploy_virtual2.yml @@ -0,0 +1,15 @@ +adapter: libvirt +hosts: +- name: 'all_in_one' + roles: + - 'CONTROLLER_LB' + - 'COMPUTER' + template: 'templates/virtual_environment/vms/all_in_one.xml' +disks: + daisy: 50 + controller: 110 + compute: 110 +daisy_passwd: 'r00tme' +daisy_ip: '10.20.11.2' +daisy_gateway: '10.20.11.1' +ceph_disk_name: ''
\ No newline at end of file |