TMT: run systemtest via make test-system-local

Reuses Makefile logic and also prints SKOPEO_BINARY value

Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
Lokesh Mandvekar
2025-08-25 15:12:19 -04:00
parent 02055fb052
commit 19f1202cd8
2 changed files with 5 additions and 14 deletions

View File

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

View File

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