summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2020-07-17 01:36:51 +0000
committerColin Walters <walters@verbum.org>2020-07-17 01:37:46 +0000
commit6a5f97c14522f46f202f6cf9449c6e9fe0f4d15b (patch)
treee6ab3c1e8ef9eed32b83c41fc8766b00bbd8b46d
parent92284f9b8107078d93423f772929bed0ab15e75b (diff)
downloadostree-6a5f97c14522f46f202f6cf9449c6e9fe0f4d15b.tar.gz
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
-rwxr-xr-xtests/kolainst/nondestructive/itest-payload-link.sh2
-rwxr-xr-xtests/kolainst/nondestructive/itest-pull.sh3
2 files changed, 4 insertions, 1 deletions
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