mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-12 03:41:08 +00:00
test_autopkgtest.py: Rename class to just "T" for easier running of selected tests
This commit is contained in:
parent
19883522b3
commit
d81f6542b9
@ -29,7 +29,7 @@ def tr(s):
|
||||
return {'custom_environment': ['ADT_TEST_TRIGGERS=%s' % s]}
|
||||
|
||||
|
||||
class TestAutoPkgTest(TestBase):
|
||||
class T(TestBase):
|
||||
'''AMQP/cloud interface'''
|
||||
|
||||
################################################################
|
||||
@ -37,7 +37,7 @@ class TestAutoPkgTest(TestBase):
|
||||
################################################################
|
||||
|
||||
def setUp(self):
|
||||
super(TestAutoPkgTest, self).setUp()
|
||||
super().setUp()
|
||||
self.fake_amqp = os.path.join(self.data.path, 'amqp')
|
||||
|
||||
# Disable boottests and set fake AMQP and Swift server
|
||||
|
Loading…
x
Reference in New Issue
Block a user