diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-09-07 20:26:17 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-09-07 20:26:17 +0200 |
commit | afbda4d62a0e5a018b3bab32c3fe946de86c60d6 (patch) | |
tree | fdf5909780238f151c907ab1b16adc315e3e949f /docker/smoke | |
parent | b2c8d05d03d42e75407fa06472ddd29f2f649677 (diff) |
Skip test_backup_crossproject_*_negative
They are currently failing and they don't seem executed in gates [1].
[1] http://artifacts.opnfv.org/functest/Y0L6XUXULRRL/functest-ovn-opnfv-functest-smoke-cntt-latest-tempest_cinder_cntt-run-108/tempest_cinder_cntt/tempest-report.html
Change-Id: I397bad9feb79ecaea8477f2e931ab0b57237be0b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/smoke')
-rw-r--r-- | docker/smoke/testcases.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 5e629ffa7..091331f95 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -33,8 +33,10 @@ tiers: run: name: tempest_common args: - mode: - '(?!.*test_incremental_backup)(^cinder_tempest_plugin.)' + mode: "(?!.*test_incremental_backup)\ + (?!.*test_backup_crossproject_admin_negative)\ + (?!.*test_backup_crossproject_user_negative)\ + (^cinder_tempest_plugin.)" option: - '--concurrency=4' |