Skip to content

Commit c56cd08

Browse files
committed
TMT: run systemtest via make test-system-local
Reuses Makefile logic and also prints SKOPEO_BINARY value Signed-off-by: Lokesh Mandvekar <[email protected]>
1 parent e0fa127 commit c56cd08

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

systemtest/tmt/main.fmf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@ adjust:
1010
RELEASE_TESTING: true
1111

1212
summary: System test
13-
test: bash ./test.sh
13+
test: |
14+
rpm -q containers-common skopeo skopeo-tests
15+
# If these tests are to be run anywhere else, TMT can fetch
16+
# them using the URL and git ref, so git commands should work.
17+
make -C $(git rev-parse --show-toplevel) test-system-local
1418
duration: 60m

systemtest/tmt/test.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)