[Bug: 2141401] Change in NSX backend response

Modity/delete response message nows includes enterprise admin

Change-Id: I71e2fa49721dbd1292cb856e3379ee7964e50528
This commit is contained in:
Deepthi Kandavara Jayarama 2018-06-20 00:57:47 +00:00
parent b0afff804a
commit 725fc28df1
1 changed files with 2 additions and 2 deletions

View File

@ -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):