Exemplo n.º 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()
Exemplo n.º 4
0
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobWidevineDrmInvalidConfigTestCase, self).tearDown()
 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()
 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()
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobWidevineDrmTestCase, self).tearDown()
 def tearDown(self):
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(GetEncodingProfileListTestCase, self).tearDown()
 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()
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobWithDeinterlacing, self).tearDown()
 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()
 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()
Exemplo n.º 23
0
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(GetJobStatusTestCase, self).tearDown()
 def runTest(self):
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
Exemplo n.º 25
0
 def tearDown(self):
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(GetEncodingProfileListTestCase, self).tearDown()
Exemplo n.º 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()
Exemplo n.º 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()
Exemplo n.º 31
0
 def tearDown(self):
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateEncodingProfileTestCase, self).tearDown()
Exemplo n.º 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()
Exemplo n.º 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()
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(GetJobListTestCase, self).tearDown()
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobWithDeinterlacing, self).tearDown()