You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/cmd/login.sh
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,13 @@ os::cmd::expect_failure_and_text 'oc get pods' '"system:anonymous" cannot list p
87
87
# os::cmd::expect_failure_and_text "oc login '${KUBERNETES_MASTER}' -u test -p test '--config=${templocation}/file' --insecure-skip-tls-verify" 'KUBECONFIG is set to a file that cannot be created or modified'
88
88
echo"login warnings: ok"
89
89
90
+
# login and create serviceaccount and test login and logout with a service account token
0 commit comments