diff options
author | xudan <xudan16@huawei.com> | 2019-10-10 23:35:19 -0400 |
---|---|---|
committer | Dan Xu <xudan16@huawei.com> | 2019-10-12 09:20:42 +0000 |
commit | 2da009acdae7ccf9643cee86af9eb657ca2fd279 (patch) | |
tree | 889879d5194ef041e42e4c8a4deff86bbc4ddba3 | |
parent | 0d733e25f6531594cf27dbf3fe69e8f2229b5fa7 (diff) |
Update blacklist scenario to match any scenarios
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>
-rw-r--r-- | etc/userconfig/patrole_blacklist.yaml | 3 | ||||
-rw-r--r-- | etc/userconfig/trunk_port_blacklist.yaml | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/etc/userconfig/patrole_blacklist.yaml b/etc/userconfig/patrole_blacklist.yaml index 7a8741bb..8fb99fee 100644 --- a/etc/userconfig/patrole_blacklist.yaml +++ b/etc/userconfig/patrole_blacklist.yaml @@ -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 diff --git a/etc/userconfig/trunk_port_blacklist.yaml b/etc/userconfig/trunk_port_blacklist.yaml index 0f1d805d..bf4cfe08 100644 --- a/etc/userconfig/trunk_port_blacklist.yaml +++ b/etc/userconfig/trunk_port_blacklist.yaml @@ -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 |