From b64133e23a1b96e872c08de681acf8d6c1645a6c Mon Sep 17 00:00:00 2001 From: xudan Date: Mon, 7 Aug 2017 07:28:16 -0400 Subject: Add Tempest test cases to Dovetail CI daily jobs JIRA: DOVETAIL-478 JIRA: DOVETAIL-473 adds 6 test areas: - forwarding packets through virtual networks in data path - filtering packets based on security rules and port security in data path - dynamic network runtime operations through the life of a VNF - correct behavior after common virtual machine life cycles events - simple virtual machine resource scheduling on multiple nodes - storage security Add Tempest test cases belong to this 6 test areas to Dovetail CI daily jobs. Change-Id: I1535d96f3a85cdd8ac4f0c4375c68ce47bd9df93 Signed-off-by: xudan --- dovetail/testcase/tempest.tc001.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dovetail/testcase/tempest.tc001.yml (limited to 'dovetail/testcase/tempest.tc001.yml') diff --git a/dovetail/testcase/tempest.tc001.yml b/dovetail/testcase/tempest.tc001.yml new file mode 100644 index 00000000..a5c453a4 --- /dev/null +++ b/dovetail/testcase/tempest.tc001.yml @@ -0,0 +1,13 @@ +--- +dovetail.tempest.tc001: + name: dovetail.tempest.tc001 + objective: forwarding packets through virtual networks in data path + validate: + type: functest + testcase: tempest_custom + pre_copy: + src_file: tempest_custom.txt + dest_path: /home/opnfv/repos/functest/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] -- cgit 1.2.3-korg