From 3ec9da7bf6b6556863db45ce7aab7992184b8b6b Mon Sep 17 00:00:00 2001 From: Cedric Caffy <cedric.caffy@cern.ch> Date: Thu, 10 Dec 2020 17:45:18 +0100 Subject: [PATCH] Put back the repack_systemtest_wrapper.sh to normal state --- .../tests/repack_systemtest_wrapper.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/continuousintegration/orchestration/tests/repack_systemtest_wrapper.sh b/continuousintegration/orchestration/tests/repack_systemtest_wrapper.sh index 04d6db40b0..ef54cd5e3d 100755 --- a/continuousintegration/orchestration/tests/repack_systemtest_wrapper.sh +++ b/continuousintegration/orchestration/tests/repack_systemtest_wrapper.sh @@ -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 -- GitLab