File: control

package info (click to toggle)
crun 1.24-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 9,736 kB
  • sloc: ansic: 66,212; python: 7,047; sh: 5,122; makefile: 768
file content (20 lines) | stat: -rw-r--r-- 593 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
# Run the upstream test suite, which runs crun to spawn containers, and thus
# needs an isolated machine rather than a container, to avoid
# container-in-container limitations.
#
# A build is needed, for tests/init, which requires config.h to be built.
#
# The suite, like crun, can run both with and without root, with different
# codepaths being exercised in each (and with some tests skipped). Thus we run
# the suite twice, once with sudo.

Tests: upstream-test-suite
Depends:
 @,
 @recommends@,
 python-is-python3,
 iptables,
Restrictions:
 isolation-machine,
 build-needed,
 needs-sudo,