Skip Centos7 test cases

Change-Id: I3cfba184c533e1150b543c2ef34b4844ad36891d
This commit is contained in:
Federico Ressi 2021-09-03 15:50:49 +02:00
parent 019a30867a
commit 07d0d8a0eb

View File

@ -45,6 +45,7 @@ class CentosServerStackTest(test_cirros.CirrosServerStackTest):
nova.wait_for_cloud_init_done(ssh_client=self.stack.ssh_client)
@tobiko.skip("Can't SSH to CentOS 7 server")
@keystone.skip_unless_has_keystone_credentials()
class Centos7ServerStackTest(CentosServerStackTest):