From b1008252506e24cc922a2c19e4eda1af75c09e92 Mon Sep 17 00:00:00 2001 From: "Haider, Nafiz (nh532m)" Date: Wed, 14 Oct 2020 17:25:58 -0500 Subject: [PATCH] [WIP] Update Ranger-Tempest-Plugin to interpret results from ranger Ranger-tempest-plugin errors need to provide better context to reduce the time debugging when failures occur. Change-Id: I2b143eda1fb58b500a8c143a9ea9e2e4934bfdc6 --- ranger_tempest_plugin/tests/api/test_images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger_tempest_plugin/tests/api/test_images.py b/ranger_tempest_plugin/tests/api/test_images.py index 2262647..a887a9e 100644 --- a/ranger_tempest_plugin/tests/api/test_images.py +++ b/ranger_tempest_plugin/tests/api/test_images.py @@ -195,7 +195,7 @@ class TestTempestIms(ims_base.ImsBaseOrmTest): # image region array should be empty after the region was removed _, body = self.client.get_image(image['id']) image = body["image"] - self.assertFalse(image["regions"]) + self.assertFalse(image["regions"], image["regions"]) @decorators.idempotent_id('0ee68189-66a8-4213-ad68-bc12991c174a') def test_add_delete_image_tenant(self):