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 /etc/userconfig/patrole_blacklist.yaml | |
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>
Diffstat (limited to 'etc/userconfig/patrole_blacklist.yaml')
-rw-r--r-- | etc/userconfig/patrole_blacklist.yaml | 3 |
1 files changed, 1 insertions, 2 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 |