From d5e068c736f09bf7cc220770edf5d0906980fea1 Mon Sep 17 00:00:00 2001 From: ghanshyam Date: Fri, 27 Jan 2017 06:41:53 +0000 Subject: [PATCH] Switch to decorators.idempotent_id test.idempotent_id is being kept temporary to migrate to new lib interface. Now idempotent_id is available as Tempest stable interface decorators and all plugins tests using the old decorator should be switched to new interface. In future, Once all plugins are switched to new decorator Tempest will remove the test.idempotent_id Change-Id: I29d631d0c9130262a4d56b258c76cb43665b9e04 Related-Bug: 1616913 --- nova_lxd_tempest_plugin/tests/scenario/test_server_basic_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova_lxd_tempest_plugin/tests/scenario/test_server_basic_ops.py b/nova_lxd_tempest_plugin/tests/scenario/test_server_basic_ops.py index 98c1dd44..4cbd01d1 100644 --- a/nova_lxd_tempest_plugin/tests/scenario/test_server_basic_ops.py +++ b/nova_lxd_tempest_plugin/tests/scenario/test_server_basic_ops.py @@ -103,7 +103,7 @@ class TestServerBasicOps(manager.ScenarioTest): # TODO(clarkb) construct network_data from known network # instance info and do direct comparison. - @test.idempotent_id('7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba') + @decorators.idempotent_id('7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba') @test.attr(type='smoke') @test.services('compute', 'network') def test_server_basic_ops(self):