mirror of
https://github.com/containers/podman.git
synced 2025-06-28 05:58:50 +08:00
change search test to look for fedora and not fedora-minimal
Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@ -60,10 +60,10 @@ var _ = Describe("Podman search", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman search single registry flag", func() {
|
It("podman search single registry flag", func() {
|
||||||
search := podmanTest.Podman([]string{"search", "registry.fedoraproject.org/fedora-minimal"})
|
search := podmanTest.Podman([]string{"search", "registry.fedoraproject.org/fedora"})
|
||||||
search.WaitWithDefaultTimeout()
|
search.WaitWithDefaultTimeout()
|
||||||
Expect(search.ExitCode()).To(Equal(0))
|
Expect(search.ExitCode()).To(Equal(0))
|
||||||
Expect(search.LineInOutputContains("fedoraproject.org/fedora-minimal")).To(BeTrue())
|
Expect(search.LineInOutputContains("fedoraproject.org/fedora")).To(BeTrue())
|
||||||
})
|
})
|
||||||
|
|
||||||
It("podman search format flag", func() {
|
It("podman search format flag", func() {
|
||||||
|
Reference in New Issue
Block a user