Fix gpylint errors

Change-Id: I861cfe98d50867ab9ee9be69cd4ffc3a7157fbd8
This commit is contained in:
KongQun Yang 2021-06-09 12:17:48 -07:00
parent 4686454a73
commit 72ea5d30f0
1 changed files with 9 additions and 5 deletions

View File

@ -1533,12 +1533,16 @@ class PackagerFunctionalTest(PackagerAppTest):
def testEncryptionAndOutputMediaInfoAndMpdFromMediaInfoSegmentList(self):
self.assertPackageSuccess(
# The order is not deterministic if there are more than one
# AdaptationSets, so only one is included here.
self._GetStreams(['audio']),
self._GetFlags(encryption=True, output_media_info=True, dash_force_segment_list=True, output_dash=True))
# The order is not deterministic if there are more than one
# AdaptationSets, so only one is included here.
self._GetStreams(['audio']),
self._GetFlags(
encryption=True,
output_media_info=True,
dash_force_segment_list=True,
output_dash=True))
self._CheckTestResults(
'encryption-and-output-media-info-and-mpd-from-media-info-segmentlist')
'encryption-and-output-media-info-and-mpd-from-media-info-segmentlist')
def testHlsSingleSegmentMp4Encrypted(self):
self.assertPackageSuccess(