Skip to content
Snippets Groups Projects
Commit fea3ee11 authored by Cedric CAFFY's avatar Cedric CAFFY
Browse files

Modified cta-admin archiveroute add from the tests scripts

parent ba68930e
Branches
Tags
No related merge requests found
......@@ -132,7 +132,6 @@ echo "Preparing CTA configuration for tests"
--vo vo \
--comment "ctasystest"
kubectl --namespace ${NAMESPACE} exec ctacli -- cta-admin archiveroute add \
--instance ${EOSINSTANCE} \
--storageclass ctaStorageClass \
--copynb 1 \
--tapepool ctasystest \
......
......@@ -286,8 +286,8 @@ repackMoveAndAddCopies() {
echo "OK"
echo "Creating archive routes for adding two copies of the file"
kubectl -n ${NAMESPACE} exec ctacli -- cta-admin archiveroute add --instance ctaeos --storageclass ctaStorageClass --copynb 2 --tapepool $tapepoolDestination1 --comment "ArchiveRoute2"
kubectl -n ${NAMESPACE} exec ctacli -- cta-admin archiveroute add --instance ctaeos --storageclass ctaStorageClass --copynb 3 --tapepool $tapepoolDestination2 --comment "ArchiveRoute3"
kubectl -n ${NAMESPACE} exec ctacli -- cta-admin archiveroute add --storageclass ctaStorageClass --copynb 2 --tapepool $tapepoolDestination1 --comment "ArchiveRoute2"
kubectl -n ${NAMESPACE} exec ctacli -- cta-admin archiveroute add --storageclass ctaStorageClass --copynb 3 --tapepool $tapepoolDestination2 --comment "ArchiveRoute3"
echo "OK"
echo "Will change the tapepool of the tapes"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment