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

[tape lifecycle] Corrected the repack system test disabled tape

parent 5da96939
No related branches found
No related tags found
No related merge requests found
......@@ -104,8 +104,8 @@ repackDisableTape() {
if [ "$VID_TO_REPACK" != "null" ]
then
echo "Marking the tape ${VID_TO_REPACK} as disabled"
kubectl -n ${NAMESPACE} exec ctacli -- cta-admin tape ch --disabled true --vid ${VID_TO_REPACK}
echo "Marking the tape ${VID_TO_REPACK} as DISABLED"
kubectl -n ${NAMESPACE} exec ctacli -- cta-admin tape ch --state DISABLED --reason "Repack disabled tape test" --vid ${VID_TO_REPACK}
echo "Waiting 20 seconds so that the RetrieveQueueStatisticsCache is flushed"
sleep 20
echo "Launching the repack request test on VID ${VID_TO_REPACK}"
......
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