Skip to content
Snippets Groups Projects
Commit 3ec9da7b authored by Cedric Caffy's avatar Cedric Caffy
Browse files

Put back the repack_systemtest_wrapper.sh to normal state

parent cd1142a1
No related branches found
Tags v0.0-209
No related merge requests found
......@@ -146,8 +146,8 @@ repackJustMove() {
exit 1
fi
echo "NOT Reclaiming tape ${VID_TO_REPACK}"
#kubectl -n ${NAMESPACE} exec ctacli -- cta-admin tape reclaim --vid ${VID_TO_REPACK}
echo "Reclaiming tape ${VID_TO_REPACK}"
kubectl -n ${NAMESPACE} exec ctacli -- cta-admin tape reclaim --vid ${VID_TO_REPACK}
echo
echo "*****************************************************"
echo "STEP $1. Testing Repack \"Just move\" workflow TEST OK"
......@@ -569,12 +569,12 @@ repackTapeRepairNoRecall() {
}
#Execution of each tests
#roundTripRepack 1
#repackDisableTape 2
roundTripRepack 1
repackDisableTape 2
archiveFiles 1152 15
repackJustMove 3
#repackTapeRepair 4
#repackJustAddCopies 5
#repackCancellation 6
## repackMoveAndAddCopies 7
#repackTapeRepairNoRecall 7
repackTapeRepair 4
repackJustAddCopies 5
repackCancellation 6
# repackMoveAndAddCopies 7
repackTapeRepairNoRecall 7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment