Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/scripts/pulpcore/test_upstream_pulp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ trap cleanup EXIT
expect_succ pulp upstream-pulp create --name "cli_test_upstream_pulp" --base-url "$PULP_BASE_URL" --api-root "/123/"
expect_succ pulp upstream-pulp show --upstream-pulp "cli_test_upstream_pulp"
expect_succ pulp upstream-pulp list
expect_succ pulp upstream-pulp update --id "cli_test_upstream_pulp" --pulp-label-select "doesnotexist"
# TODO: Add version check for this test
# expect_succ pulp upstream-pulp update --id "cli_test_upstream_pulp" --pulp-label-select "doesnotexist"

# Without credentials and a wrong API root, there is not much we can do...
# Also this is a real dangerous command, deleting all existing repositories.
Expand Down