From 304ecec16ea06cb52ffcaa81ee59c759b5da0c65 Mon Sep 17 00:00:00 2001 From: Marios Andreou Date: Tue, 25 Feb 2020 15:22:13 +0200 Subject: [PATCH] Add VolumesSnapshotTestJSON test_volume_from_snapshot train skiplist Adds the test_volume_from_snapshot test_volume_from_snapshot_no_size tests to the train skip lists to unblock related-bug. Related-Bug: 1864652 Change-Id: Ia01a495a85f533ff16bd60347a4ec0ac100aa591 --- roles/validate-tempest/vars/tempest_skip_train.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/validate-tempest/vars/tempest_skip_train.yml b/roles/validate-tempest/vars/tempest_skip_train.yml index a46c5d5..3e7d301 100644 --- a/roles/validate-tempest/vars/tempest_skip_train.yml +++ b/roles/validate-tempest/vars/tempest_skip_train.yml @@ -5,6 +5,12 @@ ## the TripleO PTL, Thanks ## known_failures: + - test: 'tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot' + reason: 'Failing, skipping to unblock train see related bug for more information' + lp: 'https://bugs.launchpad.net/tripleo/+bug/1864652' + - test: 'tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size' + reason: 'Failing, skipping to unblock train see related bug for more information' + lp: 'https://bugs.launchpad.net/tripleo/+bug/1864652' - test: 'neutron_tempest_plugin.scenario.test_dns_integration.DNSIntegrationTests' reason: 'Remove this blacklist when OVS 2.12 will be released and https://patchwork.ozlabs.org/patch/1102717/ merged.' lp: 'https://bugs.launchpad.net/tripleo/+bug/1832166'