mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-08-05 12:44:05 +00:00
autopkgtest.py: Clarify comments where the "pending tests" state file lives
This commit is contained in:
parent
d5181ef32a
commit
73bb510389
@ -85,7 +85,7 @@ class AutoPackageTest(object):
|
|||||||
def read_pending_tests(self):
|
def read_pending_tests(self):
|
||||||
'''Read pending test requests from previous britney runs
|
'''Read pending test requests from previous britney runs
|
||||||
|
|
||||||
Read test_state_dir/requested.txt with the format:
|
Read UNSTABLE/autopkgtest/requested.txt with the format:
|
||||||
srcpkg srcver triggering-srcpkg triggering-srcver
|
srcpkg srcver triggering-srcpkg triggering-srcver
|
||||||
|
|
||||||
Initialize self.pending_tests with that data.
|
Initialize self.pending_tests with that data.
|
||||||
@ -119,8 +119,8 @@ class AutoPackageTest(object):
|
|||||||
def update_pending_tests(self):
|
def update_pending_tests(self):
|
||||||
'''Update pending tests after submitting requested tests
|
'''Update pending tests after submitting requested tests
|
||||||
|
|
||||||
Update test_state_dir/requested.txt, see read_pending_tests() for the
|
Update UNSTABLE/autopkgtest/requested.txt, see read_pending_tests() for
|
||||||
format.
|
the format.
|
||||||
'''
|
'''
|
||||||
# merge requested_tests into pending_tests
|
# merge requested_tests into pending_tests
|
||||||
for src, verinfo in self.requested_tests.items():
|
for src, verinfo in self.requested_tests.items():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user