From 47d0c0e8ddc8078c3df924646f8359988057c1fe Mon Sep 17 00:00:00 2001 From: Marios Andreou Date: Fri, 30 Nov 2018 19:19:39 +0200 Subject: [PATCH] Add TestNetworkBasicOps.test_hotplug_nic to master skip list This just adds the failing test to master skip list pending a proper fix so we don't block. Details in bug. Change-Id: Ib38139e037cf098431776837b3f86330b198314c Related-Bug: #1806075 --- roles/validate-tempest/vars/tempest_skip_master.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/validate-tempest/vars/tempest_skip_master.yml b/roles/validate-tempest/vars/tempest_skip_master.yml index 5fab344c1..9dabe9b8e 100644 --- a/roles/validate-tempest/vars/tempest_skip_master.yml +++ b/roles/validate-tempest/vars/tempest_skip_master.yml @@ -4,6 +4,9 @@ ## the TripleO PTL, Thanks ## known_failures: + - test: 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic' + reason: 'workaround skip for not to not block job pending proper fix' + lp: 'https://bugs.launchpad.net/tripleo/+bug/1806075' - test: 'tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete' reason: 'Difference in Implied Roles check API return code' lp: 'https://bugs.launchpad.net/keystone/+bug/1660603'