diff options
Diffstat (limited to 'etc/testcase/tempest.tc001.yml')
-rw-r--r-- | etc/testcase/tempest.tc001.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/testcase/tempest.tc001.yml b/etc/testcase/tempest.tc001.yml new file mode 100644 index 00000000..8e669248 --- /dev/null +++ b/etc/testcase/tempest.tc001.yml @@ -0,0 +1,16 @@ +--- +dovetail.tempest.tc001: + name: dovetail.tempest.tc001 + objective: forwarding packets through virtual networks in data path + validate: + type: functest + testcase: tempest_custom + pre_condition: + - 'cp /home/opnfv/userconfig/pre_config/tempest_conf.yaml /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml' + - 'cp /home/opnfv/userconfig/pre_config/testcases.yaml /usr/lib/python2.7/site-packages/functest/ci/testcases.yaml' + pre_copy: + src_file: tempest_custom.txt + dest_path: /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/test_list.txt + report: + sub_testcase_list: + - tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames[compute,id-b158ea55-472e-4086-8fa9-c64ac0c6c1d0,network] |