Man page - autopkgtest-virt-null(1)
Packages contains this manual
- autopkgtest-build-lxd(1)
- autopkgtest-virt-lxc(1)
- autopkgtest-virt-ssh(1)
- autopkgtest-build-docker(1)
- autopkgtest-virt-null(1)
- autopkgtest(1)
- autopkgtest-build-incus(1)
- autopkgtest-build-qemu(1)
- autopkgtest-virt-chroot(1)
- autopkgtest-build-podman(1)
- autopkgtest-virt-schroot(1)
- autopkgtest-buildvm-ubuntu-cloud(1)
- autopkgtest-virt-lxd(1)
- autopkgtest-virt-podman(1)
- autopkgtest-virt-incus(1)
- autopkgtest-virt-qemu(1)
- autopkgtest-virt-docker(1)
- autopkgtest-virt-unshare(1)
- autopkgtest-build-lxc(1)
apt-get install autopkgtest
Manual
autopkgtest-virt-null
NAMESYNOPSIS
DESCRIPTION
OPTIONS
INPUT, OUTPUT AND EXIT STATUS
SEE ALSO
AUTHORS AND COPYRIGHT
NAME
autopkgtest-virt-null - autopkgtest null virtualisation server
SYNOPSIS
autopkgtest [...] -- null [ options ]
DESCRIPTION
autopkgtest-virt-null provides a dummy autopkgtest virtualisation server which does not actually offer any kind of separation between host and testbed.
Normally autopkgtest-virt-null will be invoked by autopkgtest .
There is of course no locking; nothing prevents multiple simultaneous programs from invoking autopkgtest-virt-null so as to reuse the same system as a testbed.
OPTIONS
-d | --debug
Enables debugging output. Probably not hugely interesting.
--fake-capability CAPABILITY
Advertise CAPABILITY in the list of capabilities, regardless of whether the capability is implemented. Note that this is hazardous - tests may malfunction, or even mess up the system.
In autopkgtest 5.47 and earlier, autopkgtest-virt-null falsely advertises isolation-machine . This option can be used to restore that behaviour: --fake-capability=isolation-machine .
--retain-tmp
Do not delete the temporary directory on exit. When using this option you should probably set TMPDIR since thatβs where the directory is created.
INPUT, OUTPUT AND EXIT STATUS
The behaviour of autopkgtest-virt-null is as described by the AutomatedTesting virtualisation regime specification.
SEE ALSO
autopkgtest (1), /usr/share/doc/autopkgtest/ .
AUTHORS AND COPYRIGHT
This manpage is part of autopkgtest, a tool for testing Debian binary packages. autopkgtest is Copyright (C) 2006-2007 Canonical Ltd and others.
See /usr/share/doc/autopkgtest/CREDITS for the list of contributors and full copying conditions.