diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 06:49:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 06:49:00 +0000 |
commit | 93907d0c009d758811b54e7984337477a39f05cf (patch) | |
tree | a34881e1b02ccd5281ca58a799877f2d5e80d778 /debian/tests/control | |
parent | Adding upstream version 4.6.0. (diff) | |
download | crmsh-93907d0c009d758811b54e7984337477a39f05cf.tar.xz crmsh-93907d0c009d758811b54e7984337477a39f05cf.zip |
Adding debian version 4.6.0-1.debian/4.6.0-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 |