From 29dde00c69ef4758d9c9d8c8d4f5f1252f619dab Mon Sep 17 00:00:00 2001 From: Ronelle Landy Date: Tue, 14 Nov 2017 17:04:34 -0500 Subject: [PATCH] Add test_mtu_sized_frames to the skip list during investigation test_mtu_sized_frames is failing in Pike and Master promotions. This review adds the test to the skip lists so that promotions may continue while the error is investigated. Change-Id: I70e6b457d13ab94d2ce3216d1d718dd193ce70f6 Related-Bug: 1731988 --- roles/validate-tempest/vars/tempest_skip_master.yml | 3 +++ roles/validate-tempest/vars/tempest_skip_pike.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/roles/validate-tempest/vars/tempest_skip_master.yml b/roles/validate-tempest/vars/tempest_skip_master.yml index ee8d37110..9fe4d36fa 100644 --- a/roles/validate-tempest/vars/tempest_skip_master.yml +++ b/roles/validate-tempest/vars/tempest_skip_master.yml @@ -2,3 +2,6 @@ known_failures: - 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' + - test: 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames' + reason: 'Test is failing, it is being investigated' + lp: 'https://bugs.launchpad.net/tripleo/+bug/1731988' diff --git a/roles/validate-tempest/vars/tempest_skip_pike.yml b/roles/validate-tempest/vars/tempest_skip_pike.yml index 5ebf47168..04c05f8a2 100644 --- a/roles/validate-tempest/vars/tempest_skip_pike.yml +++ b/roles/validate-tempest/vars/tempest_skip_pike.yml @@ -60,3 +60,6 @@ known_failures: - 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' + - test: 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames' + reason: 'Test is failing, it is being investigated' + lp: 'https://bugs.launchpad.net/tripleo/+bug/1731988'