From 7941e048a1121df4569e6d5641599d7336de465b Mon Sep 17 00:00:00 2001 From: Guillaume Tardif Date: Thu, 1 Oct 2020 12:56:47 +0200 Subject: [PATCH] Fix ACI e2e : now we support passing commands, set `--domainname` before the image in the cmd Signed-off-by: Guillaume Tardif --- tests/aci-e2e/e2e-aci_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/aci-e2e/e2e-aci_test.go b/tests/aci-e2e/e2e-aci_test.go index 6d6444ec0..4d08e92dc 100644 --- a/tests/aci-e2e/e2e-aci_test.go +++ b/tests/aci-e2e/e2e-aci_test.go @@ -363,9 +363,9 @@ func TestContainerRunAttached(t *testing.T) { "--restart", "on-failure", "--memory", "0.1G", "--cpus", "0.1", "-p", "80:80", - "nginx", "--domainname", dnsLabelName, + "nginx", ) followLogsProcess = icmd.StartCmd(cmd)