We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf993b commit d5a64b9Copy full SHA for d5a64b9
kerberos/tests/with_other_auth_methods.py
@@ -246,5 +246,9 @@ def feature(self):
246
self.context.krb_server = self.context.cluster.node("kerberos")
247
self.context.bash_tools = self.context.cluster.node("bash-tools")
248
249
- for scenario in loads(current_module(), Scenario):
250
- Scenario(test=scenario, flags=TE)()
+ Scenario(run=multiple_auth_methods)
+ 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