specifying extra requirements on testbeds

Antonio Terceiro terceiro at debian.org
Tue Feb 11 14:02:10 UTC 2014


On Wed, Feb 05, 2014 at 07:04:18AM +0100, Martin Pitt wrote:
> Hey Antonio,
> 
> Antonio Terceiro [2014-01-28 22:38 -0300]:
> > > Indeed. The first thing that comes to my mind is that we need
> > > something better in the DEP-8 control fields to describe what kind of
> > > machines or runners the test works with. Just yesterday I evaluated
> > > all our autopkgtests (in Ubuntu, but as we push them back to Debian as
> > > much as possible it shouldn't be totally different) in LXC [1], and
> > > there are some tests where schroot and even LXC just don't cut it, and
> > > a full VM is needed.
> > 
> > For these cases we could use a field called "Supported-Testbeds" or
> > something like it, that would take a list of supported testbeds, "any"
> > meaning there is no restriction.
> > 
> > Supported-Testbeds: any
> > 
> > Supported-Testbeds: schroot lxc
> > 
> > any could/should be the default
> 
> I think we shouldn't use the names of adt-virt-* here; DEP-8 is a
> specification, and autopkgtest "just" its (reference) implementation,
> but e. g. there is devscripts' new "sadt" too. Also, adt-virt-chroot
> and -schroot are very similar in terms of "how much isolation does a
> test need", as does a runner in qemu and -null.
> 
> So I don't think we should specify implementations, we'd have to
> update them with each new runner (e. g. someone could write an
> adt-virt-docker), but instead abstract them into isolation levels:
> 
>  * isolation-fs: testbed provides its own file system space
>    adt-virt-{chroot,schroot}
> 
>  * isolation-container: fs + provides its own network space and you
>    can start all services
>    adt-virt-lxc, or e. g. a hyopthetical adt-virt-docker
> 
>  * isolation-machine: complete machine including full kernel access
>    adt-virt-null, adt-virt-qemu [1]
> 
> I don't even think that we explicitly need isolation-fs; all runners
> provide that, and pretty much all sensible tests need to install some
> files, test dependencies, and so on. Their "intrusiveness" is already
> described with needs-root, breaks-testbed, etc.
>
> So we would be down to "isolation-container", which tests need to
> specify which rely heavily on services to get started (chroots might
> have a policy-rc.d so that things like apache don't come up) or on
> having their own network space, and "isolation-machine" for tests
> which meddle with the kernel (like udisks2, bluez, crash,
> network-manager, gvfs). These are simple and static enough to become
> new restrictions, instead of an entirely new field.
> 
> adt-virt-* then need to be updated to provide their isolation level in
> their capabilities.
> 
> Opinions?

looks good to me.

-- 
Antonio Terceiro <terceiro at debian.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/autopkgtest-devel/attachments/20140211/c8fe3d93/attachment.sig>


More information about the autopkgtest-devel mailing list