tripleo-quickstart-extras/roles/validate-tempest/vars/tempest_skip_mitaka.yml
Arx Cruz 1de4b1f627 Updating skip file mechanism
This way to load the skip file will allow a more concise format
to be consumed not only by the skip file itself but for other
scripts

Change-Id: I09130b0e46711e1e01a6b5b5077ae9249f01c597
2017-03-06 20:56:56 +01:00

21 lines
1.4 KiB
YAML

known_failures:
- test: 'tempest.scenario.test_volume_boot_pattern'
reason: 'rdo-manager tempest smoke test failing on "floating ip pool not found"'
bz: 'https://bugzilla.redhat.com/show_bug.cgi?id=1272289'
- test: 'tempest.api.volume.test_volumes_get'
reason: 'rdo-manager tempest smoke test failing on "floating ip pool not found"'
bz: 'https://bugzilla.redhat.com/show_bug.cgi?id=1272289'
- test: 'tempest.api.identity.*v3'
reason: 'Tempest Identify tests failed on V3 api on OSP-D puddle'
bz: 'https://bugzilla.redhat.com/show_bug.cgi?id=1266947'
- test: 'tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip'
reason: 'Need bug, retest or reconfig'
- test: 'tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id'
reason: 'Need bug, retest or reconfig'
- test: 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'
reason: 'Need bug, retest or reconfig'
- test: 'tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup'
reason: 'TripleO does not deploy Barbican by default, which is needed for this test to pass'
- test: 'tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks'
reason: 'TripleO does not deploy Barbican by default, which is needed for this test to pass'