diff --git a/tempest/api/compute/base.py b/tempest/api/compute/base.py index 1069e0f395..b974b522b9 100644 --- a/tempest/api/compute/base.py +++ b/tempest/api/compute/base.py @@ -547,7 +547,7 @@ class BaseV2ComputeTest(api_version_utils.BaseMicroversionTest, def get_and_verify_metadata(): try: ssh_client.exec_command('curl -V') - except exceptions.SSHExecCommandFailed: + except lib_exc.SSHExecCommandFailed: if not CONF.compute_feature_enabled.config_drive: raise self.skipException('curl not found in guest ' 'and config drive is '