summaryrefslogtreecommitdiffstats
path: root/plans
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 16:08:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 16:08:34 +0000
commit18de2315ea5ebdbb9e7537d2d472358107578d53 (patch)
tree698563a9c4f388e351185cd8cf98c3f3060676e7 /plans
parentInitial commit. (diff)
downloadlibpod-18de2315ea5ebdbb9e7537d2d472358107578d53.tar.xz
libpod-18de2315ea5ebdbb9e7537d2d472358107578d53.zip
Adding upstream version 4.9.3+ds1.upstream/4.9.3+ds1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'plans')
-rw-r--r--plans/cockpit-podman.fmf37
1 files changed, 37 insertions, 0 deletions
diff --git a/plans/cockpit-podman.fmf b/plans/cockpit-podman.fmf
new file mode 100644
index 0000000..9485470
--- /dev/null
+++ b/plans/cockpit-podman.fmf
@@ -0,0 +1,37 @@
+# reverse dependency test for https://github.com/cockpit-project/cockpit-podman/
+# packit should automatically notify the cockpit maintainers on failures.
+# For questions, please contact @martinpitt, @jelly, @mvollmer
+enabled: false
+
+adjust+:
+ when: revdeps == yes
+ enabled: true
+
+discover:
+ how: fmf
+ url: https://github.com/cockpit-project/cockpit-podman
+ ref: "main"
+
+execute:
+ how: tmt
+
+# not relevant for testing podman
+environment:
+ TEST_AUDIT_NO_SELINUX: 1
+ TEST_ALLOW_JOURNAL_MESSAGES: ".*"
+
+# This has to duplicate cockpit-podman's plan structure; see https://github.com/teemtee/tmt/issues/1770
+/podman-system:
+ summary: Run cockpit-podman system tests
+ discover+:
+ test: /test/browser/system
+
+/podman-user:
+ summary: Run cockpit-podman user tests
+ discover+:
+ test: /test/browser/user
+
+/podman-misc:
+ summary: Run other cockpit-podman tests
+ discover+:
+ test: /test/browser/other