Skip to content

Commit

Permalink
ci: Run cockpit-machines tests in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
zpytela committed Jul 15, 2024
1 parent 2a167c7 commit e3f5d6d
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions plans/cockpit-machines-basic.fmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
adjust+:
when: revdeps == yes
enabled: true

discover:
how: fmf
url: https://github.com/cockpit-project/cockpit-machines
ref: main

execute:
how: tmt

/basic:
summary: Run browser integration for basic functionality
require:
- cockpit-machines
- cockpit-system
- cockpit-ws
# it's a Recommends:, but sometimes dnf ignores it
- virt-install
# required by tests
- podman
- dbus-tools
- firewalld
- libvirt-daemon-driver-storage-iscsi
- targetcli
test: ./browser.sh basic
duration: 60m

# Refer to:
# https://github.com/cockpit-project/cockpit-machines/blob/main/test/browser/main.fmf

0 comments on commit e3f5d6d

Please sign in to comment.