saltstack / salt-ci-images

Salt states used to create AWS AMI's
62 stars 60 forks source link

Python 3 Fix test: AzureTest.test_instance #398

Closed Ch3LL closed 7 years ago

Ch3LL commented 7 years ago

Currently the test integration.cloud.providers.test_msazure.AzureTest.test_instance is failing on python3 salt-cloud tests on the head of nitrogen with the error:

10:02:48    -> integration.cloud.providers.test_msazure.AzureTest.test_instance  ........
10:02:48        Traceback (most recent call last):
10:02:48          File "/testing/tests/integration/cloud/providers/test_msazure.py", line 139, in test_instance
10:02:48            ), timeout=TIMEOUT
10:02:48        AssertionError: 'CLOUD-TEST-Q9E3DA' not found in []
rallytime commented 7 years ago

This looks like it is a duplicate of #397. Please let me know if this is incorrect @Ch3LL.