Cancel skipping tests "test_register_get_deregister_ami_image" and "test_run_and_ping_registered_image"

Change-Id: Ibe564b0edb64eaf2240f077f4adf042689ed6057
This commit is contained in:
Dmitry_Eremeev 2020-02-12 17:14:41 +03:00
parent d04daf5460
commit baf2d803e2
2 changed files with 2 additions and 10 deletions

View File

@ -336,11 +336,6 @@ class ImageRegisterTest(base.EC2TestCase):
raise cls.skipException('Image materials are not ready in S3')
@decorators.idempotent_id('3e25269d-c8a2-4438-ab25-c343cb53db79')
@testtools.skip(
"Temporarily skipped to merge fix"
" encoding/decoding in paging of"
" universal describer class"
)
def test_register_get_deregister_ami_image(self):
image_name = data_utils.rand_name("ami-name")
data = self.client.register_image(

View File

@ -142,11 +142,8 @@ class InstancesTest(scenario_base.BaseScenarioTest):
waiter.wait_no_exception()
@decorators.idempotent_id('df1bb8f2-193c-46ba-aa99-3981bbc367db')
@testtools.skip(
"Temporarily skipped to merge fix"
" encoding/decoding in paging of"
" universal describer class"
)
@testtools.skipUnless(CONF.aws.run_ssh, 'SSH tests are disabled.')
@testtools.skipUnless(CONF.aws.ami_image_location, "Image is absent in S3")
def test_run_and_ping_registered_image(self):
image_name = data_utils.rand_name("ami-name")
data = self.client.register_image(