From 66f6a066d2ca1086d5134272d6e7436fdd1af155 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 25 Aug 2015 11:46:33 +0200 Subject: [PATCH] Use only i386 and amd64 for autopkgtest tests --- tests/test_autopkgtest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_autopkgtest.py b/tests/test_autopkgtest.py index ef3d6d9..e56a7c4 100644 --- a/tests/test_autopkgtest.py +++ b/tests/test_autopkgtest.py @@ -40,6 +40,8 @@ class TestAutoPkgTest(TestBase): print('ADT_AMQP = file://%s' % self.fake_amqp) elif 'ADT_SWIFT_URL' in line: print('ADT_SWIFT_URL = http://localhost:18085') + elif 'ADT_ARCHES' in line: + print('ADT_ARCHES = amd64 i386') else: sys.stdout.write(line)