Skip to content

Commit

Permalink
Allow run Tungsten tests without tempest_roles=admin
Browse files Browse the repository at this point in the history
  • Loading branch information
ya-isakov committed May 24, 2019
1 parent ba5653d commit 0d818e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tungsten_tempest_plugin/tests/api/contrail/rbac_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ def skip_checks(cls):
super(BaseContrailTest, cls).skip_checks()
if not CONF.service_available.contrail:
raise cls.skipException("Contrail support is required")
if CONF.auth.tempest_roles != ['admin']:
raise cls.skipException(
"%s skipped because tempest roles is not admin" % cls.__name__)
if cls.required_contrail_version:
cls.skip_if_contrail_version_less(cls.required_contrail_version)

Expand Down

0 comments on commit 0d818e1

Please sign in to comment.