test: fix "podman search format json"#14152
test: fix "podman search format json"#14152openshift-merge-robot merged 1 commit intocontainers:mainfrom
Conversation
the alpine image used previously returns a description that contains
'...':
$ podman search --format json alpine | fgrep ...\"\,
"Description": "alpine 3.7 with bash, perl, gzip, wget...",
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: giuseppe The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Was this breaking something? |
|
LGTM |
vrothberg
left a comment
There was a problem hiding this comment.
Can you elaborate on what is breaking?
|
tests are failing in the other open PRs. We are checking that the returned description doesn't end with |
|
/lgtm |
|
/cherry-pick v4.1 |
|
@edsantiago: only containers org members may request cherry picks. You can still do the cherry-pick manually. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/cherry-pick v4.1 |
|
@rhatdan: new pull request created: #14164 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
the alpine image used previously returns a description that contains
'...':
$ podman search --format json alpine | fgrep ...",
"Description": "alpine 3.7 with bash, perl, gzip, wget...",
Signed-off-by: Giuseppe Scrivano gscrivan@redhat.com
Does this PR introduce a user-facing change?