From b4e753f311517c97923591f20e85ae467e4d8b94 Mon Sep 17 00:00:00 2001 From: mathsyouth Date: Sat, 29 Oct 2016 16:53:47 +0800 Subject: dovetail tool: Add unit tests for 'parser' module JIRA: DOVETAIL-45 1. Add two '__init__.py' files for packages 2. Add two test functions in 'test_parser.py' to verify the function of the method 'parser_cmd' 3. 'test_testcase.yaml' is used in 'test_parser.py' Change-Id: Ic3e2e6e67bcac3276fe47ec5584c0d9632b5286a Signed-off-by: mathsyouth --- dovetail/tests/unit/test_testcase.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dovetail/tests/unit/test_testcase.yaml (limited to 'dovetail/tests/unit/test_testcase.yaml') diff --git a/dovetail/tests/unit/test_testcase.yaml b/dovetail/tests/unit/test_testcase.yaml new file mode 100644 index 00000000..1b03262f --- /dev/null +++ b/dovetail/tests/unit/test_testcase.yaml @@ -0,0 +1,10 @@ +dovetail.ipv6.tc001: + name: dovetail.ipv6.tc001 + objective: VIM ipv6 operations, to create/delete network, port and subnet in bulk operation + scripts: + type: functest + testcase: tempest_smoke_serial + sub_testcase_list: + - tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network + - tempest.api.network.test_networks.BulkNetworkOpsIpV7Test.test_bulk_create_delete_port + - tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet -- cgit 1.2.3-korg