From 6a5f97c14522f46f202f6cf9449c6e9fe0f4d15b Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 17 Jul 2020 01:36:51 +0000 Subject: [PATCH] tests: Add needs-internet tag for webserver bits Fixes the tests, see https://github.com/coreos/coreos-assembler/pull/1600 TODO: provide a webserver binary via virtio or so --- tests/kolainst/nondestructive/itest-payload-link.sh | 2 ++ tests/kolainst/nondestructive/itest-pull.sh | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/kolainst/nondestructive/itest-payload-link.sh b/tests/kolainst/nondestructive/itest-payload-link.sh index 6cfe291a..cbd82d41 100755 --- a/tests/kolainst/nondestructive/itest-payload-link.sh +++ b/tests/kolainst/nondestructive/itest-payload-link.sh @@ -1,4 +1,6 @@ #!/bin/bash +# FIXME just for webserver +# kola: { "tags": "needs-internet" } # # Copyright (C) 2018 Red Hat, Inc. # diff --git a/tests/kolainst/nondestructive/itest-pull.sh b/tests/kolainst/nondestructive/itest-pull.sh index 770f2444..5e8776aa 100755 --- a/tests/kolainst/nondestructive/itest-pull.sh +++ b/tests/kolainst/nondestructive/itest-pull.sh @@ -1,5 +1,6 @@ #!/bin/bash - +# FIXME just for webserver +# kola: { "tags": "needs-internet" } # Using the host ostree, test HTTP pulls set -xeuo pipefail