# 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 <