diff --git a/tests/e2e/manifests/chi/test-011-secured-cluster-1.yaml b/tests/e2e/manifests/chi/test-011-secured-cluster-1.yaml index 9c5493f31..1e64c551b 100644 --- a/tests/e2e/manifests/chi/test-011-secured-cluster-1.yaml +++ b/tests/e2e/manifests/chi/test-011-secured-cluster-1.yaml @@ -18,7 +18,7 @@ spec: - 127.0.0.2 # user1 with a password - user1/password: top%secret + user1/password: l%XubpKqz2y!QsKlsynEEE6#Thknj&fG user1/networks/ip: "::/0" # user2 should get default password automatically diff --git a/tests/e2e/manifests/chi/test-011-secured-cluster-2.yaml b/tests/e2e/manifests/chi/test-011-secured-cluster-2.yaml index 6be1c0ea8..781faef77 100644 --- a/tests/e2e/manifests/chi/test-011-secured-cluster-2.yaml +++ b/tests/e2e/manifests/chi/test-011-secured-cluster-2.yaml @@ -18,7 +18,7 @@ spec: - 127.0.0.2 # user1 with a password - user1/password: top%secret + user1/password: l%XubpKqz2y!QsKlsynEEE6#Thknj&fG user1/networks/ip: "::/0" # user2 should get default password automatically diff --git a/tests/e2e/test_operator.py b/tests/e2e/test_operator.py index 22edae899..6b49c70cc 100644 --- a/tests/e2e/test_operator.py +++ b/tests/e2e/test_operator.py @@ -737,7 +737,7 @@ def test_default_user(): "select 'OK'", host="chi-test-011-secured-cluster-default-1-0", user="user1", - pwd="top%secret2", + pwd="l%XubpKqz2y!QsKlsynEEE6#Thknj&fG", ) assert out == "OK"