diff options
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..e67a361 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,32 @@ +Test-Command: crm --help +Depends: crmsh +Restrictions: needs-root + +Test-Command: crm help +Depends: crmsh +Restrictions: needs-root + +Test-Command: crm --version +Depends: crmsh +Restrictions: needs-root + +Tests: utils.sh +Depends: crmsh, fence-virt +Restrictions: needs-root, allow-stderr + +Tests: testsuite.sh +Depends: crmsh, openssh-server, python3-pytest +Restrictions: needs-root + +Tests: pacemaker-basic-resource.sh +Depends: crmsh +Restrictions: needs-root, allow-stderr, isolation-container, skippable + +Tests: pacemaker-node-status.sh +Depends: crmsh +Restrictions: needs-root, allow-stderr, isolation-container, skippable + +# Test disabled because it generates broken corosync config (missing nodelist) +Tests: pacemaker-cluster-init.sh +Depends: crmsh, csync2, ntp, ufw, openssh-server, dmidecode [any-amd64 arm64 armhf any-i386], booth, booth-pacemaker +Restrictions: needs-root, allow-stderr, isolation-machine, skippable |