mirror of
https://github.com/containers/podman.git
synced 2025-06-27 13:38:49 +08:00
Vendor in the latest containers/storage, image and buildah
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -60,10 +60,10 @@ var _ = Describe("Podman search", func() {
|
||||
})
|
||||
|
||||
It("podman search single registry flag", func() {
|
||||
search := podmanTest.Podman([]string{"search", "registry.fedoraproject.org/fedora"})
|
||||
search := podmanTest.Podman([]string{"search", "registry.access.redhat.com/rhel7"})
|
||||
search.WaitWithDefaultTimeout()
|
||||
Expect(search.ExitCode()).To(Equal(0))
|
||||
Expect(search.LineInOutputContains("fedoraproject.org/fedora")).To(BeTrue())
|
||||
Expect(search.LineInOutputContains("registry.access.redhat.com/rhel7")).To(BeTrue())
|
||||
})
|
||||
|
||||
It("podman search format flag", func() {
|
||||
|
Reference in New Issue
Block a user