File: README.md

package info (click to toggle)
keyman 18.0.246-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,316 kB
  • sloc: python: 52,784; cpp: 21,289; sh: 7,633; ansic: 4,823; xml: 3,617; perl: 959; makefile: 139; javascript: 138
file content (34 lines) | stat: -rw-r--r-- 943 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# autopkgtest

This directory contains tests for the packages.

See <https://packaging.ubuntu.com/html/auto-pkg-test.html> and
<https://salsa.debian.org/ci-team/autopkgtest/blob/master/doc/README.package-tests.rst>

**NOTE:** Runtime test names are only allowed to contain decimal digits,
lowercase ASCII letters, plus or minus signs, dots or slashes.

## Manually run the tests

- build source and binary packages (see [packaging.md](../../../docs/linux/packaging.md))

- install dependencies

  ```bash
  sudo apt install autopkgtest qemu-system qemu-utils autodep8
  ```

- create environment. Several different options are available, see
  [README.running-tests](https://salsa.debian.org/ci-team/autopkgtest/blob/master/doc/README.running-tests.rst)

  For example:

  ```bash
  autopkgtest-buildvm-ubuntu-cloud -v --release=jammy
  ```

- Run tests

  ```bash
  autopkgtest -B *.deb keyman_*.dsc -- qemu autopkgtest-jammy-amd64.img
  ```