From da5ca75e331aec9516fb859d6e435d6c97e955f3 Mon Sep 17 00:00:00 2001 From: "Mark T. Voelker" Date: Tue, 12 Jul 2016 13:34:35 -0700 Subject: [PATCH] Add alias for rebuild_deleted_sever test The test_rebuild_reboot_deleted_server test was split into two tests in December of last year: https://review.openstack.org/#/c/239710/ We added an alias for this in the 2016.01 and 2015.07 Guidelines: https://review.openstack.org/#/c/259226/ However it is not aliased correctly in the next.json file. This patch fixes the problem by adding an alias. We should also consider adding the other test (rebooting a deleted server), but that should be done in a seperate patch. Change-Id: Id280c8ea5a9eca5a384a4e5bdd90e2f5986538c1 --- next.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/next.json b/next.json index faa7a7b9..33cdc19c 100644 --- a/next.json +++ b/next.json @@ -1057,8 +1057,9 @@ "tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server": { "idempotent_id": "id-d86141a7-906e-4731-b187-d64a2ea61422" }, - "tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server": { - "idempotent_id": "id-98fa0458-1485-440f-873b-fe7f0d714930" + "tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server": { + "idempotent_id": "id-98fa0458-1485-440f-873b-fe7f0d714930", + "aliases": [ "tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server"] } } },