diff options
Diffstat (limited to 'etc/testcase/example.tc001.yml')
-rw-r--r-- | etc/testcase/example.tc001.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/etc/testcase/example.tc001.yml b/etc/testcase/example.tc001.yml deleted file mode 100644 index 0ba297a8..00000000 --- a/etc/testcase/example.tc001.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -dovetail.example.tc001: - name: dovetail.example.tc001 - objective: Bulk creation and deletion of IPv6 networks, ports and subnets - validate: - type: functest - testcase: tempest_smoke_serial - pre_condition: - - 'echo test for precondition' - cmds: - - 'functest env prepare' - - 'functest testcase run {{validate_testcase}} -r' - post_condition: - - 'echo test for precondition' - report: - sub_testcase_list: - - tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network - - tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port - - tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet |