Mark test_server_connectivity_reboot as slow
Based on average test run times from the last 300 runs of the tempest-full job [1] the test_server_connectivity_reboot test is third slowest at about 200 seconds. This should not be a surprise given all of the other tests in the same class are already marked slow. This change marks that test slow like the others which means it will be run in the tempest-slow job. [1] http://paste.openstack.org/show/745114/ Change-Id: Ie8ea1555cc4512bf29dff1e7df592dedfab28c61 Related-Bug: #1783405
This commit is contained in:
parent
4b8a7b8638
commit
b4763ef57e
@ -119,6 +119,7 @@ class TestNetworkAdvancedServerOps(manager.NetworkScenarioTest):
|
||||
server, keypair, floating_ip)
|
||||
|
||||
@decorators.idempotent_id('7b6860c2-afa3-4846-9522-adeb38dfbe08')
|
||||
@decorators.attr(type='slow')
|
||||
@utils.services('compute', 'network')
|
||||
def test_server_connectivity_reboot(self):
|
||||
keypair = self.create_keypair()
|
||||
|
Loading…
x
Reference in New Issue
Block a user