From 4b8a7b863854b5047d9c6898348c03a40b041688 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 14 Feb 2019 14:07:11 -0500 Subject: [PATCH] Mark test_volume_boot_pattern as slow Based on the average test times taken from the last 300 runs of the tempest-full job [1] the test_volume_boot_pattern scenario test is the slowest test that is not marked slow at 208 seconds. This change marks that test as slow which means it will still be run in the tempest-slow job. [1] paste.openstack.org/show/745114/ Change-Id: Ibc5e5ecaa997744aecea8aff07e7a7e06178f5f3 Related-Bug: #1783405 --- tempest/scenario/test_volume_boot_pattern.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tempest/scenario/test_volume_boot_pattern.py b/tempest/scenario/test_volume_boot_pattern.py index 810480b3c2..3bc5b0b950 100644 --- a/tempest/scenario/test_volume_boot_pattern.py +++ b/tempest/scenario/test_volume_boot_pattern.py @@ -76,6 +76,7 @@ class TestVolumeBootPattern(manager.EncryptionScenarioTest): self.snapshots_client.wait_for_resource_deletion(snapshot_id) @decorators.idempotent_id('557cd2c2-4eb8-4dce-98be-f86765ff311b') + @decorators.attr(type='slow') # Note: This test is being skipped based on 'public_network_id'. # It is being used in create_floating_ip() method which gets called # from get_server_ip() method