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
This commit is contained in:
Marios Andreou 2020-02-25 15:22:13 +02:00 committed by Chandan Kumar (raukadah)
parent 6140ffe3a8
commit 304ecec16e
1 changed files with 6 additions and 0 deletions

View File

@ -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'