summaryrefslogtreecommitdiff
path: root/ci/fah29-insttests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/fah29-insttests.sh')
-rwxr-xr-xci/fah29-insttests.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/ci/fah29-insttests.sh b/ci/fah29-insttests.sh
new file mode 100755
index 00000000..a045cf52
--- /dev/null
+++ b/ci/fah29-insttests.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/bash
+set -xeuo pipefail
+
+./tests/installed/provision.sh
+# TODO: enhance papr to have caching, a bit like https://docs.travis-ci.com/user/caching/
+cd tests/installed
+curl -Lo fedora-atomic-host.qcow2 https://getfedora.org/atomic_qcow2_latest
+exec env "TEST_SUBJECTS=$(pwd)/fedora-atomic-host.qcow2" ./run.sh