Skip to content

Commit

Permalink
login_auth*.py adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
d-w-moore committed Aug 14, 2024
1 parent 2f3aefd commit 3e40db5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions irods/test/harness/test_script_parameters
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ declare -A wrapper_arglist=(
# keys for Wrapper refer to argument after resolution of any symlinks

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

declare -A images=(
[login_auth_test.sh]=bats-python3
[test_1.sh]=install-irods
[test_2.sh]=bats-python3
[test_3.bats]=bats-python3
[experiment.sh]=ssl-and-pam
[fail.sh]=ssl-and-pam
[login_auth_test.sh]=ssl-and-pam
[login_auth_test_must_run_manually.py]=ssl-and-pam
[demo_hook.sh]=ssl-and-pam
)

Expand Down
2 changes: 1 addition & 1 deletion irods/test/login_auth_test_1.py
2 changes: 1 addition & 1 deletion irods/test/login_auth_test_2.py

0 comments on commit 3e40db5

Please sign in to comment.