diff --git a/systemtest/tmt/main.fmf b/systemtest/tmt/main.fmf index fd0b3e66..de3517e6 100644 --- a/systemtest/tmt/main.fmf +++ b/systemtest/tmt/main.fmf @@ -10,5 +10,9 @@ adjust: RELEASE_TESTING: true summary: System test -test: bash ./test.sh +test: | + rpm -q containers-common skopeo skopeo-tests + # If these tests are to be run anywhere else, TMT can fetch + # them using the URL and git ref, so git commands should work. + make -C $(git rev-parse --show-toplevel) test-system-local duration: 60m diff --git a/systemtest/tmt/test.sh b/systemtest/tmt/test.sh deleted file mode 100644 index 7c80eba9..00000000 --- a/systemtest/tmt/test.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env bash - -set -exo pipefail - -uname -r - -rpm -q \ - bats \ - containers-common \ - skopeo \ - skopeo-tests \ - -bats /usr/share/skopeo/test/system