File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 1+ Removed an unnecessary curl sanity check in ``test_deb_sync_publish`` that failed when domain support was enabled.
Original file line number Diff line number Diff line change @@ -14,13 +14,6 @@ cleanup() {
1414}
1515trap cleanup EXIT
1616
17- if [ " $VERIFY_SSL " = " false" ]
18- then
19- curl_opt=" -k"
20- else
21- curl_opt=" "
22- fi
23-
2417expect_succ pulp deb remote create \
2518 --name " ${ENTITIES_NAME} _remote" \
2619 --url " $DEB_REMOTE_URL " \
@@ -53,9 +46,6 @@ expect_succ pulp deb distribution create --name "${ENTITIES_NAME}_distro" \
5346 --base-path " cli_test_deb_distro" \
5447 --publication " $PUBLICATION_HREF "
5548
56- expect_succ curl " $curl_opt " --head \
57- --fail " $PULP_BASE_URL /pulp/content/cli_test_deb_distro/dists/default/Release"
58-
5949expect_succ pulp deb distribution destroy --name " ${ENTITIES_NAME} _distro"
6050expect_succ pulp deb publication destroy --href " ${PUBLICATION_HREF} "
6151expect_succ pulp deb repository destroy --name " ${ENTITIES_NAME} _repo"
You can’t perform that action at this time.
0 commit comments