From a5c26afa1b4a5486938eb693b8c261788975f820 Mon Sep 17 00:00:00 2001 From: Marios Andreou Date: Fri, 14 Dec 2018 10:49:47 +0000 Subject: [PATCH] Revert "Removing barbican and telemetry from skiplist" This reverts commit 87badd3db9b3ee5219a050c1740787d7b31007d0. Change-Id: I38bc714881534fef137a1c0ce7b90692488abef3 --- roles/validate-tempest/vars/tempest_skip_master.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/validate-tempest/vars/tempest_skip_master.yml b/roles/validate-tempest/vars/tempest_skip_master.yml index 22d4985f8..e02607d94 100644 --- a/roles/validate-tempest/vars/tempest_skip_master.yml +++ b/roles/validate-tempest/vars/tempest_skip_master.yml @@ -57,8 +57,13 @@ known_failures: reason: 'Not supported in TripleO' - test: 'congress_tempest_plugin' reason: 'Not supported in TripleO' + - test: 'barbican_tempest_plugin' + reason: 'Not supported in TripleO' - test: 'ec2api_tempest_plugin' reason: 'Not supported in TripleO/tempestconf' + - test: 'telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration' + reason: 'telemetry tests failed due to One or more ports have an IP allocation from this subnet' + lp: 'https://bugs.launchpad.net/tripleo/+bug/1792862' - test: 'neutron_tempest_plugin.api.test_trunk_negative' reason: 'neutron tempest tests are failing by giving 503 Service Unavailable' lp: 'https://bugs.launchpad.net/tripleo/+bug/1793482'