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

Repack cancellation systemtest

parent 59f42f0f
Branches
Tags
No related merge requests found
......@@ -75,6 +75,7 @@ echo "Preparing CTA configuration for tests"
echo "Cleaning up leftovers from potential previous runs."
kubectl --namespace ${NAMESPACE} exec ctaeos -- eos rm /eos/ctaeos/cta/*
kubectl --namespace ${NAMESPACE} exec ctaeos -- eos find -f /eos/ctaeos/preprod/ | xargs -I{} kubectl --namespace ${NAMESPACE} exec ctaeos -- eos rm -rf {}
kubectl --namespace ${NAMESPACE} exec ctacli -- cta-admin --json tape ls --all | \
jq -r '.[] | .vid ' | xargs -I{} kubectl --namespace ${NAMESPACE} exec ctacli -- \
cta-admin tape rm -v {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment