Update blacklist scenario to match any scenarios 14/68614/3
authorxudan <xudan16@huawei.com>
Fri, 11 Oct 2019 03:35:19 +0000 (23:35 -0400)
committerDan Xu <xudan16@huawei.com>
Sat, 12 Oct 2019 09:20:42 +0000 (09:20 +0000)
Functest has supported regrex of scenario in tempest tests.
See patch https://gerrit.opnfv.org/gerrit/c/functest/+/68399

Change-Id: Ia59d1ed02ac5a4a8dff6aa06270de421b8533cb6
Signed-off-by: xudan <xudan16@huawei.com>
etc/userconfig/patrole_blacklist.yaml
etc/userconfig/trunk_port_blacklist.yaml

index 7a8741b..8fb99fe 100644 (file)
@@ -1,8 +1,7 @@
 ---
 -
     scenarios:
-        - unknown
-        - os-nosdn-ovs-ha
+        - (.*)
     tests:
         # need metering extension, otherwise the following 6 sub test cases will skip
         - patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest.test_create_metering_label_rule
index 0f1d805..bf4cfe0 100644 (file)
@@ -1,8 +1,7 @@
 ---
 -
     scenarios:
-        - unknown
-        - os-nosdn-ovs-ha
+        - (.*)
     tests:
         # need VLAN type driver, otherwise the following 1 sub test case will skip
         - neutron_tempest_plugin.api.test_trunk.TrunkTestInheritJSONBase.test_add_subport