File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# shellcheck source=tests/scripts/config.source
55. " $( dirname " $( dirname " $( realpath " $0 " ) " ) " ) " /config.source
66
7- expect_succ pulp orphan cleanup
8-
9- test " $( echo " ${OUTPUT} " | jq -r ' .state' ) " = " completed"
7+ expect_fail pulp --dry-run orphan cleanup
8+ test " ${ERROUTPUT} " = " Error: Call aborted due to safe mode"
109
1110pulp debug has-plugin --name " file" || exit 23
1211
@@ -16,4 +15,6 @@ expect_succ pulp file content upload --file test_1.txt --relative-path orphan_te
1615content_href=$( echo " ${OUTPUT} " | jq -r .pulp_href)
1716
1817expect_succ pulp orphan cleanup --content-hrefs " [\" $content_href \" ]"
19- expect_succ pulp orphan cleanup --protection-time 10
18+ test " $( echo " ${OUTPUT} " | jq -r ' .state' ) " = " completed"
19+
20+ expect_succ pulp orphan cleanup --protection-time 300
You can’t perform that action at this time.
0 commit comments