test_autopkgtest: Split setup commands into a separate class

This lets other policies share this code for their integration tests
ubuntu/dry-run
Iain Lane 5 years ago committed by Iain Lane
parent 4e59e3fb6a
commit 1487096a15

@ -34,7 +34,7 @@ ON_ALL_ARCHES = {'on-architectures': ['amd64', 'arm64', 'armhf', 'i386', 'powerp
'on-unimportant-architectures': []} 'on-unimportant-architectures': []}
class T(TestBase): class TestAutopkgtestBase(TestBase):
'''AMQP/cloud interface''' '''AMQP/cloud interface'''
################################################################ ################################################################
@ -162,6 +162,8 @@ class T(TestBase):
return (out, excuses_dict, excuses_html) return (out, excuses_dict, excuses_html)
class AT(TestAutopkgtestBase):
################################################################ ################################################################
# Tests for generic packages # Tests for generic packages
################################################################ ################################################################

Loading…
Cancel
Save