Skip to content

Commit d5a64b9

Browse files
committed
minor update
1 parent 8cf993b commit d5a64b9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

kerberos/tests/with_other_auth_methods.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,5 +246,9 @@ def feature(self):
246246
self.context.krb_server = self.context.cluster.node("kerberos")
247247
self.context.bash_tools = self.context.cluster.node("bash-tools")
248248

249-
for scenario in loads(current_module(), Scenario):
250-
Scenario(test=scenario, flags=TE)()
249+
Scenario(run=multiple_auth_methods)
250+
Scenario(run=kerberos_with_valid_until_and_other_methods)
251+
Scenario(run=add_kerberos_auth)
252+
Scenario(run=kerberos_with_valid_until)
253+
Scenario(run=revoke_kerberos_auth)
254+

0 commit comments

Comments
 (0)