Skip to content

Commit 3e40db5

Browse files
committed
login_auth*.py adjustments
1 parent 2f3aefd commit 3e40db5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

irods/test/harness/test_script_parameters

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ declare -A wrapper_arglist=(
1111
# keys for Wrapper refer to argument after resolution of any symlinks
1212

1313
declare -A wrappers=(
14-
[login_auth_test.py]=./login_auth_test.sh
14+
[login_auth_test_must_run_manually.py]=./login_auth_test.sh
1515
[PRC_issue_362.bats]=./login_auth_test.sh
1616
[test001_pam_password_expiration.bats]=../login_auth_test.sh
1717
[demo.sh]=./demo_hook.sh
@@ -20,12 +20,13 @@ declare -A wrappers=(
2020
# keys for Image and User refer to the basename after resolution to a wrapper if one is used
2121

2222
declare -A images=(
23+
[login_auth_test.sh]=bats-python3
2324
[test_1.sh]=install-irods
2425
[test_2.sh]=bats-python3
2526
[test_3.bats]=bats-python3
2627
[experiment.sh]=ssl-and-pam
2728
[fail.sh]=ssl-and-pam
28-
[login_auth_test.sh]=ssl-and-pam
29+
[login_auth_test_must_run_manually.py]=ssl-and-pam
2930
[demo_hook.sh]=ssl-and-pam
3031
)
3132

irods/test/login_auth_test_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
login_auth_test.py
1+
login_auth_test_must_run_manually.py

irods/test/login_auth_test_2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
login_auth_test.py
1+
login_auth_test_must_run_manually.py

0 commit comments

Comments
 (0)