File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,16 @@ declare -A wrapper_arglist=(
13
13
declare -A wrappers=(
14
14
[login_auth_test_must_run_manually.py]=./login_auth_test.sh
15
15
[PRC_issue_362.bats]=./login_auth_test.sh
16
- [test001_pam_password_expiration.bats]=../login_auth_test.sh
17
16
[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
18
26
)
19
27
20
28
# 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