コード例 #1
0
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobWithSpecificSegmentLengthTestCase, self).tearDown()
 def runTest(self):
     with self.assertRaises(BitcodinNotFoundError):
         delete_encoding_profile(0)
 def tearDown(self):
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateEncodingProfileWithCroppingConfigTestCase, self).tearDown()
コード例 #4
0
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobWidevineDrmInvalidConfigTestCase, self).tearDown()
コード例 #5
0
 def runTest(self):
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobAudioOnlyTestCase, self).tearDown()
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobWithMultipleAudioStreamsTestCase, self).tearDown()
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobPlayreadyDrmInvalidConfigTestCase, self).tearDown()
コード例 #9
0
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateThumbnailTestCase, self).tearDown()
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobWithSpecificSegmentLengthTestCase, self).tearDown()
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobHLSEncryptionTestCase, self).tearDown()
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobKeepAspectRatioTestCase, self).tearDown()
コード例 #13
0
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobWidevineDrmTestCase, self).tearDown()
コード例 #14
0
 def tearDown(self):
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(GetEncodingProfileListTestCase, self).tearDown()
コード例 #15
0
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     delete_output(self.output.output_id)
     super(TransferJobToS3TestCase, self).tearDown()
コード例 #16
0
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobWithDeinterlacing, self).tearDown()
コード例 #17
0
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     delete_output(self.output.output_id)
     super(TransferJobToAzureTestCase, self).tearDown()
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobWithSpecificVideoAndAudioSampleRatesTestCase,
           self).tearDown()
 def tearDown(self):
     bitcodin.delete_input(self.input.input_id)
     bitcodin.delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobTestCase, self).tearDown()
コード例 #20
0
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(AutoTransferJobToFTPTestCase, self).tearDown()
 def tearDown(self):
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateEncodingProfileWithSpecificSampleRatesTestCase, self).tearDown()
 def tearDown(self):
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateEncodingProfileWithCroppingConfigTestCase, self).tearDown()
コード例 #23
0
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(GetJobStatusTestCase, self).tearDown()
コード例 #24
0
 def runTest(self):
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
コード例 #25
0
 def tearDown(self):
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(GetEncodingProfileListTestCase, self).tearDown()
コード例 #26
0
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobWithMultipleAudioStreamsTestCase, self).tearDown()
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobWithVideoCroppingTestCase, self).tearDown()
 def tearDown(self):
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateEncodingProfileWithWatermarkTestCase, self).tearDown()
コード例 #29
0
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(AutoTransferJobToGCSTestCase, self).tearDown()
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(TransferJobToNonExistentOutputTestCase, self).tearDown()
コード例 #31
0
 def tearDown(self):
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateEncodingProfileTestCase, self).tearDown()
コード例 #32
0
 def tearDown(self):
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateEncodingProfileWithSpecificSegmentLengthTestCase, self).tearDown()
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobWithSpecificVideoAndAudioSampleRatesTestCase, self).tearDown()
コード例 #34
0
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobTestCase, self).tearDown()
 def tearDown(self):
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateEncodingProfileWithSpecificSampleRatesTestCase,
           self).tearDown()
コード例 #36
0
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(GetJobListTestCase, self).tearDown()
コード例 #37
0
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobWithDeinterlacing, self).tearDown()