Skip to content

Commit 10c08ec

Browse files
committed
changes for login_auth_test nr 2
1 parent a844179 commit 10c08ec

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

irods/test/harness/test_script_parameters

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
declare -A wrapper_arglist=(
44
[demo.sh]="arg1 arg2"
55
[demo_A.sh]="arg1-a arg2-a"
6+
[login_auth_test.py]="TestLogins"
67
)
78

89
# keys for Wrapper refer to argument after resolution of any symlinks

irods/test/login_auth_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ add_irods_to_system_pam_configuration
1313
set_up_ssl sudo
1414

1515
sudo useradd -ms/bin/bash alissa
16-
sudo chpasswd <<<"alissa:apass"
16+
sudo chpasswd <<<"alissa:test123"
1717

1818
update_json_file $IRODS_SERVICE_ACCOUNT_ENV_FILE \
1919
"$(newcontent $IRODS_SERVICE_ACCOUNT_ENV_FILE ssl_keys)"
@@ -27,4 +27,4 @@ update_json_file $LOCAL_ACCOUNT_ENV_FILE \
2727
"$(newcontent $LOCAL_ACCOUNT_ENV_FILE ssl_keys encrypt_keys)"
2828

2929
# Run tests.
30-
python -m unittest "/prc/$ORIGINAL_SCRIPT_RELATIVE_TO_ROOT" $*
30+
python "/prc/$ORIGINAL_SCRIPT_RELATIVE_TO_ROOT" $*

0 commit comments

Comments
 (0)