From 34be208265b07adcbb056b180d7ea7832829f8d0 Mon Sep 17 00:00:00 2001 From: Kiera Bennett Date: Tue, 1 Oct 2024 16:42:45 +0100 Subject: [PATCH] Remove encoding and verbosity, fix CMCI test errors --- tests/integration/targets/cics_data_set/runme.sh | 2 +- tests/integration/variables/template.zos.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/integration/targets/cics_data_set/runme.sh b/tests/integration/targets/cics_data_set/runme.sh index af89a90e..af30461b 100755 --- a/tests/integration/targets/cics_data_set/runme.sh +++ b/tests/integration/targets/cics_data_set/runme.sh @@ -55,7 +55,7 @@ sed -e "s/MODULE_NAME/transaction_dump/g" -e "s/DATA_SET_NAME_LOWER/dfhdmpa/g # For debug, uncomment this to save the generated playbooks to the output directory if you want to see the effect of the sed commands # cp -r playbooks $ANSIBLE_COLLECTIONS_PATH/ansible_collections/ibm/ibm_zos_cics/tests/output/templates -ansible-playbook -i "$INV_PATH" -e "@$VAR_PATH" -e "@$ZOS_ENV" -e "{data_set_name: DFHTEMP, vsam: true}" playbooks/initial_absent_aux_temp_storage.yml -vvvv +ansible-playbook -i "$INV_PATH" -e "@$VAR_PATH" -e "@$ZOS_ENV" -e "{data_set_name: DFHTEMP, vsam: true}" playbooks/initial_absent_aux_temp_storage.yml ansible-playbook -i "$INV_PATH" -e "@$VAR_PATH" -e "@$ZOS_ENV" -e "{data_set_name: DFHCSD, vsam: true, recreate: true}" playbooks/initial_absent_csd.yml ansible-playbook -i "$INV_PATH" -e "@$VAR_PATH" -e "@$ZOS_ENV" -e "{data_set_name: DFHGCD, vsam: true, start: true}" playbooks/initial_absent_global_catalog.yml ansible-playbook -i "$INV_PATH" -e "@$VAR_PATH" -e "@$ZOS_ENV" -e "{data_set_name: DFHINTRA, vsam: true}" playbooks/initial_absent_td_intrapartition.yml diff --git a/tests/integration/variables/template.zos.yml b/tests/integration/variables/template.zos.yml index ad04fa2e..6f78b58f 100644 --- a/tests/integration/variables/template.zos.yml +++ b/tests/integration/variables/template.zos.yml @@ -11,5 +11,5 @@ environment_vars: _TAG_REDIR_IN: "txt" _TAG_REDIR_OUT: "txt" LANG: "C" - TMPDIR: "/u/{{ ansible_user }}/tmp" - PYTHONSTDINENCODING: "cp1047" \ No newline at end of file + TMPDIR: "/u/{{ ansible_user | lower }}/tmp" + \ No newline at end of file