From 0eb2bd6622deb721f9df937ef463f7d9ec221235 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Tue, 1 Nov 2016 08:01:51 -0400 Subject: dovetail tool: 2 config files, compliance_set and proposed_tests JIRA: DOVETAIL-50 1)'proposed_tests.yml' is added, which runs as the total tests run. The 'compliance_set.yml' will run as dovetail certification tests; 2)ipv6 test cases added accroding to 'docs/testsuites/ipv6/ipv6_all_testcases', tc026 missed temporarily,yardstick ipv6tc026 only supports 2 installers by now according to https://wiki.opnfv.org/display/dovetail/Dovetail+Test+Cases 3)vimops001-006 added for VIM images operation test cases 4)nfvi001-002 added for vping ssh/userdata in fucntest 5)more test cases can be added in future in proposed_tests.yml, besides, the test cases can be adjusted in future in proposed_tests.yml Change-Id: I8a8634583549a802f6f64fbea651e7be4efa361c Signed-off-by: MatthewLi --- dovetail/testcase/ipv6.tc025.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dovetail/testcase/ipv6.tc025.yml (limited to 'dovetail/testcase/ipv6.tc025.yml') diff --git a/dovetail/testcase/ipv6.tc025.yml b/dovetail/testcase/ipv6.tc025.yml new file mode 100644 index 00000000..3f9d97b8 --- /dev/null +++ b/dovetail/testcase/ipv6.tc025.yml @@ -0,0 +1,8 @@ +dovetail.ipv6.tc025: + name: dovetail.ipv6.tc025 + objective: VIM ipv6 operations, to do IPv6 address assignment - dual stack, multiple prefixes, SLAAC + scripts: + type: functest + testcase: tempest_full_parallel + sub_testcase_list: + - tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac -- cgit 1.2.3-korg