From bd8cc59dc2e362963e82bc797840dd53d19e0d86 Mon Sep 17 00:00:00 2001 From: ghanshyam Date: Fri, 2 Nov 2018 08:00:21 +0000 Subject: [PATCH] Mark network slow test as slow We have observed that tempest-full jobs was time out many times. http://status.openstack.org/elastic-recheck/#1783405 Based on below ethercalc, we are trying to check the slow tests and mark them slow so that those tests will not run as part of tempest-full job. There is other job tempest-slow which will run these tests. https://ethercalc.openstack.org/dorupfz6s9qt Compute slow tests have been marked slow in - I2a0e154ba38c7407b41b7e986a0bf9b451c65cae This commit mark network slow tests based on above ethercalc. Change-Id: Ic2b3f5ea5b6885fe727a21810ddd9e17b779a1a0 Partial-Bug: #1783405 --- tempest/scenario/test_network_v6.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tempest/scenario/test_network_v6.py b/tempest/scenario/test_network_v6.py index 57a560ce84..438ee01d7c 100644 --- a/tempest/scenario/test_network_v6.py +++ b/tempest/scenario/test_network_v6.py @@ -280,6 +280,7 @@ class TestGettingAddress(manager.NetworkScenarioTest): dualnet=True) @decorators.idempotent_id('9178ad42-10e4-47e9-8987-e02b170cc5cd') + @decorators.attr(type='slow') @utils.services('compute', 'network') def test_dualnet_multi_prefix_slaac(self): self._prepare_and_test(address6_mode='slaac', n_subnets6=2,