Skip to content

Commit

Permalink
try tmt multihost for podman
Browse files Browse the repository at this point in the history
Signed-off-by: Lokesh Mandvekar <[email protected]>
  • Loading branch information
lsm5 committed Dec 23, 2024
1 parent ef8382c commit cec5f62
Showing 1 changed file with 30 additions and 4 deletions.
34 changes: 30 additions & 4 deletions plans/podman.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,38 @@ adjust+:
discover:
how: fmf
url: https://github.com/lsm5/podman
ref: "tmt-fedora-centos"
ref: "tmt-multihost"

execute:
how: tmt

provision:
- name: local-root
how: virtual
- name: local-rootless
how: virtual
- name: remote-root
how: virtual
- name: remote-rootless
how: virtual

/system:
summary: Run podman system tests
discover+:
test: /test/tmt/system/*
/local-root:
discover+:
filter: 'tag:local & tag:root'
where: local-root

/local-rootless:
discover+:
filter: 'tag:local & tag:rootless'
where: local-rootless

/remote-root:
discover+:
filter: 'tag:remote & tag:root'
where: remote-root

/remote-rootless:
discover+:
filter: 'tag:remote & tag:rootless'
where: remote-rootless

0 comments on commit cec5f62

Please sign in to comment.