Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
MeneDev committed Nov 28, 2024
1 parent b5b282c commit 561f7bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/manifests/chi/test-011-secured-cluster-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/manifests/chi/test-011-secured-cluster-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 561f7bd

Please sign in to comment.