diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..2a9a4ab --- /dev/null +++ b/ci.fmf @@ -0,0 +1,36 @@ +# vi: ts=2 sw=2 et ft=yaml: + +summary: Basic smoke test +execute: + how: tmt + script: | + set -eux + + TMP_DIR="$(mktemp -d)" + pushd "$TMP_DIR" + + # A very basic sanity test, since all this is already tested by unit tests + echo baz >README.md + python3 <