Skip to content

Commit

Permalink
wrong variable for zFS
Browse files Browse the repository at this point in the history
Signed-off-by: mm667937 <[email protected]>
  • Loading branch information
muzikovam committed Aug 27, 2024
1 parent cdfd3f2 commit 34764fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pswi/05_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ echo " Running the deployment test for z/OSMF version 2.3"
pip install requests
python scripts/deploy_test_2_3.py

echo "Mounting ${TEST_ZFS}"
sh scripts/tmp_mounts.sh "${TEST_ZFS}" "${TEST_MOUNT}"
echo "Mounting ${TEST_HLQ}.ZFS"
sh scripts/tmp_mounts.sh "${TEST_HLQ}.ZFS" "${TEST_MOUNT}"
if [ $? -gt 0 ];then exit -1;fi

echo "Registering/testing the configuration workflow ${TEST_HLQ}.WORKFLOW(ZWECONF)"
Expand Down
4 changes: 2 additions & 2 deletions pswi/scripts/tmp_mounts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fi
if [ "$MOUNTED" = false ]
then
# Check if data set exists
echo "Checking if temporary zFS ${TMP_ZFS} exists."
echo "Checking if temporary zFS ${ZFS} exists."
RESP=`curl -s "${BASE_URL}/zosmf/restfiles/ds?dslevel=${ZFS}" -k -X "GET" -H "Content-Type: application/json" -H "X-CSRF-ZOSMF-HEADER: A" --user $ZOSMF_USER:$ZOSMF_PASS`
sh scripts/check_response.sh "${RESP}" $?
if [ $? -gt 0 ];then exit -1;fi
Expand All @@ -61,7 +61,7 @@ then
#TODO: also check the first dsname because it can be something that just has tmp_zfs as HLQ
echo
fi
# Mount zFS to TMP_MOUNT
# Mount zFS to MOUNT
echo "Mounting zFS ${ZFS} to ${MOUNT} mount point with JCL because REST API doesn't allow AGGRGROW parm."

echo ${JOBST1} > JCL
Expand Down

0 comments on commit 34764fc

Please sign in to comment.