Implemented basic test for RO. It runs basic RO functionality tests as well as scenar... 92/1192/2
authorPablo Montes Moreno <pablo.montesmoreno@telefonica.com>
Mon, 27 Feb 2017 11:33:10 +0000 (12:33 +0100)
committerPablo Montes Moreno <pablo.montesmoreno@telefonica.com>
Mon, 27 Feb 2017 14:48:36 +0000 (15:48 +0100)
commiteebea06b843c02dc2c456263bbc62c0d796c26ee
treeeae32fb476de159225d081ff24daa5e7c7792b1a
parentd6ee554499316e21f44efab0b2187b9b7e34f13d
Implemented basic test for RO. It runs basic RO functionality tests as well as scenario based tests. Tested with different vendors OpenStack installations

Change-Id: I3217da96e1ae7e42942b6f5a4e127fab7ed25635
Signed-off-by: Pablo Montes Moreno <pablo.montesmoreno@telefonica.com>
16 files changed:
openmanoclient.py
test/RO_tests/empy_volume/scenario_additional_disk_empty_volume.yaml [new file with mode: 0644]
test/RO_tests/empy_volume/vnfd_additional_disk_empty_volume.yaml [new file with mode: 0644]
test/RO_tests/floating_ip/scenario_floating_ip.yaml [new file with mode: 0644]
test/RO_tests/floating_ip/vnfd_floating_ip.yaml [new file with mode: 0644]
test/RO_tests/image_based_volume/scenario_additional_disk_based_image.yaml [new file with mode: 0644]
test/RO_tests/image_based_volume/vnfd_additional_disk_based_image.yaml [new file with mode: 0644]
test/RO_tests/no_port_security/scenario_vnf_no_port_security.yaml [new file with mode: 0644]
test/RO_tests/no_port_security/vnfd_no_port_security.yaml [new file with mode: 0644]
test/RO_tests/simple_cloud_init/scenario_simple-cloud-init.yaml [new file with mode: 0644]
test/RO_tests/simple_cloud_init/vnfd_linux-cloud-init.yaml [new file with mode: 0644]
test/RO_tests/simple_linux/scenario_simple_linux.yaml [new file with mode: 0644]
test/RO_tests/simple_linux/vnfd_linux.yaml [new file with mode: 0644]
test/RO_tests/simple_multi_vnfc/scenario_multi_vnfc.yaml [new file with mode: 0644]
test/RO_tests/simple_multi_vnfc/vnfd_linux_2VMs_v02.yaml [new file with mode: 0644]
test/test_RO.py [new file with mode: 0755]