EnglishFrenchSpanish

Ad


OnWorks favicon

adt-virt-lxd - Online in the Cloud

Run adt-virt-lxd in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command adt-virt-lxd that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


adt-virt-lxd - autopkgtest virtualisation server using LXD

SYNOPSIS


adt-virt-lxd [options] image [-- extra lxc launch args...]

DESCRIPTION


adt-virt-lxd provides an autopkgtest virtualisation server using LXD. It creates temporary
containers from the given LXD image name.

Normally adt-virt-lxd will be invoked by adt-run.

REQUIREMENTS


adt-virt-lxd makes no strict assumptions about the image. However, it is highly
recommended that the image has eatmydata installed, or at least that gets installed via
setup commands.

For production use, it is recommended to use adt-build-lxd(1) to generate an optimized
image with autopkgtest's standard setup commands applied. Then these setup commands don't
need to be applied for every test. This is particularly necessary if you want to use
--apt-source tests, i. e. use apt-get source in the test bed to download the package to
test. Standard images from linuxcontainers.org do not have "deb-src" apt sources by
default.

OPTIONS


-r remote | --remote=remote
Run container on given remote host instead of locally. See lxc remote list for
available remotes.

-d | --debug
Enables debugging output.

You can pass additional options to lxd launch: Anything after a -- gets appended verbatim
to lxc launch image.

INPUT, OUTPUT AND EXIT STATUS


The behaviour of adt-virt-lxd is as described by the AutomatedTesting virtualisation
regime specification.

EXAMPLE


Show available images on the standard linuxcontainers.org remote image server:

lxc image list images:

Run the tests of a local built directory tree on the current Debian sid image from the
above images: remote:

adt-run my-package/ --- lxd images:debian/sid/amd64

Run the tests in a local built directory tree from a local LXD image desktop/i386,
ensuring that eatmydata is installed:

adt-run --setup-commands 'apt-get install -y eatmydata' dir/to/test/ \
--- lxd desktop/i386

Run the tests of the libpng package on the current Debian sid image from the images:
remote on a remote armhf host:

lxc remote add armhf-test http://armhf.testlab.example.com:8443
adt-run --setup-commands=setup-testbed libpng --- \
lxd --remote armhf-test images:debian/sid/armhf

Build a local image with standard setup commands pre-applied from a remote standard image,
and run libpng test in it:

adt-build-lxd images:ubuntu/xenial/amd64
adt-run libpng --- lxd adt/ubuntu/xenial/amd64

Use adt-virt-lxd online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad