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:
parent
92284f9b81
commit
6a5f97c145
|
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# FIXME just for webserver
|
||||||
|
# kola: { "tags": "needs-internet" }
|
||||||
#
|
#
|
||||||
# Copyright (C) 2018 Red Hat, Inc.
|
# Copyright (C) 2018 Red Hat, Inc.
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# FIXME just for webserver
|
||||||
|
# kola: { "tags": "needs-internet" }
|
||||||
# Using the host ostree, test HTTP pulls
|
# Using the host ostree, test HTTP pulls
|
||||||
|
|
||||||
set -xeuo pipefail
|
set -xeuo pipefail
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue