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
This commit is contained in:
Colin Walters 2020-07-17 01:36:51 +00:00
parent 92284f9b81
commit 6a5f97c145
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,6 @@
#!/bin/bash
# FIXME just for webserver
# kola: { "tags": "needs-internet" }
#
# Copyright (C) 2018 Red Hat, Inc.
#

View File

@ -1,5 +1,6 @@
#!/bin/bash
# FIXME just for webserver
# kola: { "tags": "needs-internet" }
# Using the host ostree, test HTTP pulls
set -xeuo pipefail