Use only i386 and amd64 for autopkgtest tests

This commit is contained in:
Martin Pitt 2015-08-25 11:46:33 +02:00
parent 751989565e
commit 66f6a066d2

View File

@ -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)