File: README.md

package info (click to toggle)
remctl 3.18-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,612 kB
  • sloc: ansic: 19,504; sh: 5,386; perl: 1,778; java: 740; makefile: 715; xml: 502; python: 430
file content (13 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Continuous Integration

The files in this directory are used for continuous integration testing.
`ci/install` installs the prerequisite packages (run as root on a Debian
derivative), and `ci/test` runs the tests.

Most tests will be skipped without a Kerberos configuration.  The scripts
`ci/kdc-setup-heimdal` and `ci/kdc-setup-mit` will (when run as root on a
Debian derivative) set up a Heimdal or MIT Kerberos KDC, respectively, and
generate the files required to run the complete test suite.

Tests are run automatically via GitHub Actions workflows using these
scripts and the configuration in the `.github/workflows` directory.