Skip to content

Commit

Permalink
Clarify v2 API testing for podman vs docker clients
Browse files Browse the repository at this point in the history
Fixes: #13273

Signed-off-by: Chris Evich <cevich@redhat.com>
  • Loading branch information
cevich committed Feb 28, 2022
1 parent c39dffe commit 6b5c173
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/cirrus/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function _run_unit() {
}

function _run_apiv2() {
warn "Testing podman API with podman client"
make localapiv2 |& logformatter
}

Expand Down Expand Up @@ -96,6 +97,7 @@ function _run_bindings() {
}

function _run_docker-py() {
warn "Testing podman API with docker client"
source venv/bin/activate
make run-docker-py-tests
}
Expand Down

0 comments on commit 6b5c173

Please sign in to comment.