diff --git a/whitebox_tempest_plugin/api/compute/test_vtpm.py b/whitebox_tempest_plugin/api/compute/test_vtpm.py index 1c074d81..d8f35003 100644 --- a/whitebox_tempest_plugin/api/compute/test_vtpm.py +++ b/whitebox_tempest_plugin/api/compute/test_vtpm.py @@ -34,7 +34,7 @@ class VTPMTest(base.BaseWhiteboxComputeTest): def skip_checks(cls): super(VTPMTest, cls).skip_checks() if (CONF.compute_feature_enabled.vtpm_device_supported is False): - msg = "CONF.compute_feature_enabled.vtpm_device_supported must " \ + msg = "[compute-feature-enabled]vtpm_device_supported must " \ "be set." raise cls.skipException(msg)