-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
integration.cloud.clouds.test_gce failures #53012
Comments
i'm also seeing integration.cloud.clouds.test_gce.GCETest.test_instance fail: |
Verified the bug, it looks as though our SSL certificates for accessing the gce test machine are expired |
@bryceml let's see if a certificate has expired in GCE and renew it |
updated gce keys for jenkins https://github.com/saltstack/sre-jenkins/commit/4e22a4d76eacfcbaa3d481578710ecde323e79c2 |
Traceback (most recent call last): |
This error might be related to all the cloud tests failing
@gtmanfred do you have any input? A git blame shows you have worked pretty much exclusively on the openstack cloud driver. |
/shrug I have no access to run or see those tests anymore. But they were passing last year when i wrote it. |
integration.cloud.clouds.test_gce.GCETest.test_instance_extra test failures
2019.2 failed salt-centos-7-py2-cloud, salt-centos-7-py3-cloud
'cloud-test-mqge3x:' not found in []
Traceback (most recent call last):
File "/tmp/kitchen/testing/tests/support/helpers.py", line 212, in wrap
raise exc
File "/tmp/kitchen/testing/tests/support/helpers.py", line 209, in wrap
return caller(cls)
File "/tmp/kitchen/testing/tests/integration/cloud/clouds/test_gce.py", line 87, in test_instance
self.assertIn(ret_str, instance)
AssertionError: 'cloud-test-fv10bo:' not found in []
The text was updated successfully, but these errors were encountered: