Fix dependencies for endpoints_with_disabled_ssl test.

Change-Id: Ic8c4aee21ce7dd91e47d9f56b5057d797f49d656
This commit is contained in:
ibumarskov 2017-03-23 16:35:11 +04:00
parent a8eb2c971a
commit ddc0257161
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class SSL_Tests(TestBasic):
assert_equal(2, len(nodes))
self.env.make_snapshot("master_node_with_https_only", is_make=True)
@test(depends_on=['master_node_with_https_only'],
@test(depends_on_groups=['master_node_with_https_only'],
groups=["endpoints_with_disabled_ssl"])
@log_snapshot_after_test
def endpoints_with_disabled_ssl(self):