mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-23 08:21:30 +00:00
Autopkgtest tests: Publish test packages on all architectures by default
This is a prerequisite for introducing per-architecture test calculation.
This commit is contained in:
parent
21fec5d92a
commit
d10763c1f9
@ -78,7 +78,7 @@ class TestData:
|
|||||||
assert (name not in self.added_binaries[unstable])
|
assert (name not in self.added_binaries[unstable])
|
||||||
self.added_binaries[unstable].add(name)
|
self.added_binaries[unstable].add(name)
|
||||||
|
|
||||||
fields.setdefault('Architecture', architectures[0])
|
fields.setdefault('Architecture', 'all')
|
||||||
fields.setdefault('Version', '1')
|
fields.setdefault('Version', '1')
|
||||||
fields.setdefault('Priority', 'optional')
|
fields.setdefault('Priority', 'optional')
|
||||||
fields.setdefault('Section', 'devel')
|
fields.setdefault('Section', 'devel')
|
||||||
|
@ -59,7 +59,6 @@ class TestAutoPkgTest(TestBase):
|
|||||||
self.data.add('blue', False, {'Depends': 'libc6 (>= 0.9)',
|
self.data.add('blue', False, {'Depends': 'libc6 (>= 0.9)',
|
||||||
'Conflicts': 'green'},
|
'Conflicts': 'green'},
|
||||||
testsuite='specialtest')
|
testsuite='specialtest')
|
||||||
self.data.add('justdata', False, {'Architecture': 'all'})
|
|
||||||
|
|
||||||
# create mock Swift server (but don't start it yet, as tests first need
|
# create mock Swift server (but don't start it yet, as tests first need
|
||||||
# to poke in results)
|
# to poke in results)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user