From 0d0c9f3592b1e68082cc3c33c7c5b2ddaa945729 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 19 Apr 2016 15:02:35 +0200 Subject: [PATCH] trigger lxd from linux --- autopkgtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopkgtest.py b/autopkgtest.py index 12df5d7..ae15545 100644 --- a/autopkgtest.py +++ b/autopkgtest.py @@ -247,7 +247,7 @@ class AutoPackageTest(object): # Hardcode linux-meta → linux, lxc, glibc, systemd triggers until we get a more flexible # implementation: https://bugs.debian.org/779559 if src.startswith('linux-meta'): - for pkg in ['lxc', 'glibc', src.replace('linux-meta', 'linux'), 'systemd']: + for pkg in ['lxc', 'lxd', 'glibc', src.replace('linux-meta', 'linux'), 'systemd']: if pkg not in reported_pkgs: # does this have any image on this arch? for b in srcinfo[BINARIES]: