Skip to content

Commit 03a70a9

Browse files
committed
remove rhsso config
1 parent 1c9474c commit 03a70a9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

testsuite/tests/conftest.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -624,10 +624,6 @@ def _resolve_rhsso(testconfig, tools, rhsso_kind):
624624
cnf = testconfig["rhsso"]
625625
if "password" not in cnf:
626626
return None
627-
if "username" not in cnf:
628-
return None
629-
if "url" in cnf:
630-
return RHSSO(server_url=cnf["url"], username=cnf["username"], password=cnf["password"])
631627
key = "no-ssl-rhbk"
632628
if rhsso_kind == "rhsso":
633629
key = "no-ssl-sso"

0 commit comments

Comments
 (0)