Skip to content

Commit 5912699

Browse files
committed
add tests 001 thru 009 to test params
1 parent 2674834 commit 5912699

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

irods/test/harness/test_script_parameters

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,16 @@ declare -A wrapper_arglist=(
1313
declare -A wrappers=(
1414
[login_auth_test_must_run_manually.py]=./login_auth_test.sh
1515
[PRC_issue_362.bats]=./login_auth_test.sh
16-
[test001_pam_password_expiration.bats]=../login_auth_test.sh
1716
[demo.sh]=./demo_hook.sh
17+
[test001_pam_password_expiration.bats]=../login_auth_test.sh
18+
[test002_write_native_credentials_to_secrets_file.bats]=../login_auth_test.sh
19+
[test003_write_pam_credentials_to_secrets_file.bats]=../login_auth_test.sh
20+
[test004_prc_pam_password_internal_secrets_file_generation.bats]=../login_auth_test.sh
21+
[test005_test_special_characters_in_pam_passwords.bats]=../login_auth_test.sh
22+
[test006_connection_timeout_on_ssl_socket.bats]=../login_auth_test.sh
23+
[test007_pam_features_in_new_auth_framework.bats]=../login_auth_test.sh
24+
[test008_prc_write_irodsA_utility_in_native_mode.bats]=../login_auth_test.sh
25+
[test009_test_special_characters_in_pam_passwords_auth_fmwk.bats]=../login_auth_test.sh
1826
)
1927

2028
# keys for Image and User refer to the basename after resolution to a wrapper if one is used

0 commit comments

Comments
 (0)