Skip to content
Snippets Groups Projects
Commit 342dfc9f authored by Julien Leduc's avatar Julien Leduc
Browse files

adding client_ar_1000.sh in the systemtests

parent 359b37cc
Branches
Tags
No related merge requests found
......@@ -35,6 +35,14 @@ echo "Launching client_ar.sh on client pod"
echo " Archiving file: xrdcp as user1"
echo " Retrieving it as poweruser1"
kubectl -n ${NAMESPACE} cp client_ar.sh client:/root/client_ar.sh
kubectl -n ${NAMESPACE} exec client -- bash /root/client_ar.sh
kubectl -n ${NAMESPACE} exec client -- bash /root/client_ar.sh || exit 1
exit $?
echo
echo "Launching client_ar_1000.sh on client pod"
echo " Archiving file: xrdcp as user1"
echo " Retrieving it as poweruser1"
kubectl -n ${NAMESPACE} cp client_ar_1000.sh client:/root/client_ar_1000.sh
kubectl -n ${NAMESPACE} exec client -- bash /root/client_ar_1000.sh || exit 1
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment