From 14afbbf1534d9482cef2ca26c32ea130c609e08d Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Tue, 26 Feb 2019 14:30:04 +0200 Subject: [PATCH] Remove novajoin tests from skip lists Depends-On: https://review.openstack.org/639975 Change-Id: If15b669cca4e6cc0de21920d0f2d6f65070d7adf --- roles/validate-tempest/vars/tempest_skip_master.yml | 2 -- roles/validate-tempest/vars/tempest_skip_rocky.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/roles/validate-tempest/vars/tempest_skip_master.yml b/roles/validate-tempest/vars/tempest_skip_master.yml index 5b35731a1..c77d266cc 100644 --- a/roles/validate-tempest/vars/tempest_skip_master.yml +++ b/roles/validate-tempest/vars/tempest_skip_master.yml @@ -39,8 +39,6 @@ known_failures: reason: 'Not supported in TripleO' - test: 'octavia_tempest_plugin' reason: 'Not supported in TripleO' - - test: 'novajoin_tempest_plugin' - reason: 'Not supported in TripleO' - test: 'murano_tempest_tests' reason: 'Not supported in TripleO' - test: 'mistral_tempest_tests' diff --git a/roles/validate-tempest/vars/tempest_skip_rocky.yml b/roles/validate-tempest/vars/tempest_skip_rocky.yml index 048325644..c9cfa57d3 100644 --- a/roles/validate-tempest/vars/tempest_skip_rocky.yml +++ b/roles/validate-tempest/vars/tempest_skip_rocky.yml @@ -33,8 +33,6 @@ known_failures: reason: 'Not supported in TripleO' - test: 'octavia_tempest_plugin' reason: 'Not supported in TripleO' - - test: 'novajoin_tempest_plugin' - reason: 'Not supported in TripleO' - test: 'murano_tempest_tests' reason: 'Not supported in TripleO' - test: 'mistral_tempest_tests'