File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,16 @@ declare -A wrapper_arglist=(
1313declare -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
You can’t perform that action at this time.
0 commit comments