diff --git a/vmware_nsx_tempest/tests/nsxv3/scenario/test_client_cert_mgmt_ops.py b/vmware_nsx_tempest/tests/nsxv3/scenario/test_client_cert_mgmt_ops.py index 5fef15a..252a3de 100644 --- a/vmware_nsx_tempest/tests/nsxv3/scenario/test_client_cert_mgmt_ops.py +++ b/vmware_nsx_tempest/tests/nsxv3/scenario/test_client_cert_mgmt_ops.py @@ -35,8 +35,8 @@ LOG = logging.getLogger(__name__) class TestCertificateMgmt(manager.NetworkScenarioTest): - error_msg = ["Principal \'admin\'", - "attempts to delete or modify an object it doesn't own"] + error_msg = ["Principal \'admin\' with role \'[enterprise_admin]\'", + "attempts to delete or modify an object"] @classmethod def skip_checks(cls):