mirror of
https://github.com/containers/podman.git
synced 2025-06-22 09:58:10 +08:00
Add support for rootless network-aliases
Make sure we pass the network aliases as capability args to the cnitool in the rootless-cni-infra container. Also update the dnsname plugin in the cni-infra container. Fixes #8567 Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
This commit is contained in:
@ -408,7 +408,6 @@ var _ = Describe("Podman network", func() {
|
||||
Expect(lines[1]).To(Equal(netName2))
|
||||
})
|
||||
It("podman network with multiple aliases", func() {
|
||||
Skip("Until DNSName is updated on our CI images")
|
||||
var worked bool
|
||||
netName := "aliasTest" + stringid.GenerateNonCryptoID()
|
||||
session := podmanTest.Podman([]string{"network", "create", netName})
|
||||
|
Reference in New Issue
Block a user