From e42f9ee69766758968f11e5a6a5a189f5142ba78 Mon Sep 17 00:00:00 2001
From: Paul Holzinger <paul.holzinger@web.de>
Date: Thu, 3 Dec 2020 22:26:29 +0100
Subject: 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>
---
 test/e2e/network_test.go | 1 -
 1 file changed, 1 deletion(-)

(limited to 'test')

diff --git a/test/e2e/network_test.go b/test/e2e/network_test.go
index fb18e2317..a7e83220b 100644
--- a/test/e2e/network_test.go
+++ b/test/e2e/network_test.go
@@ -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})
-- 
cgit v1.2.3-54-g00ecf