From 3e40db544e9cccb6ca935caf638b16c53d9471c6 Mon Sep 17 00:00:00 2001 From: d-w-moore Date: Wed, 14 Aug 2024 15:04:59 -0400 Subject: [PATCH] login_auth*.py adjustments --- irods/test/harness/test_script_parameters | 5 +++-- irods/test/login_auth_test_1.py | 2 +- irods/test/login_auth_test_2.py | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/irods/test/harness/test_script_parameters b/irods/test/harness/test_script_parameters index a5f3675b..77ddb303 100644 --- a/irods/test/harness/test_script_parameters +++ b/irods/test/harness/test_script_parameters @@ -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 @@ -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 ) diff --git a/irods/test/login_auth_test_1.py b/irods/test/login_auth_test_1.py index dfa92c61..23402ed8 120000 --- a/irods/test/login_auth_test_1.py +++ b/irods/test/login_auth_test_1.py @@ -1 +1 @@ -login_auth_test.py \ No newline at end of file +login_auth_test_must_run_manually.py \ No newline at end of file diff --git a/irods/test/login_auth_test_2.py b/irods/test/login_auth_test_2.py index dfa92c61..23402ed8 120000 --- a/irods/test/login_auth_test_2.py +++ b/irods/test/login_auth_test_2.py @@ -1 +1 @@ -login_auth_test.py \ No newline at end of file +login_auth_test_must_run_manually.py \ No newline at end of file