def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobPlayreadyDrmInvalidConfigTestCase, self).tearDown()
 def runTest(self):
     delete_input(self.input.input_id)
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobWithDeinterlacing, self).tearDown()
Example #4
0
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobWithMultipleAudioStreamsTestCase, self).tearDown()
Example #5
0
 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(AutoTransferJobToFTPTestCase, self).tearDown()
 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(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 test_delete_input(self):
     inputs = bitcodin.list_inputs()
     self.assertGreater(len(inputs), 0)
     self.assertTrue(bitcodin.delete_input(inputs[0].input_id))
 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_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobWithSpecificVideoAndAudioSampleRatesTestCase,
           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)
     super(CreateJobWithMultipleAudioStreamsTestCase, self).tearDown()
 def tearDown(self):
     delete_input(self.input.input_id)
     super(GetInputListTestCase, 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.created_input.input_id)
     super(GetInputTestCase, 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()
Example #21
0
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobWidevineDrmInvalidConfigTestCase, 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)
     super(CreateS3InputTestCase, self).tearDown()
Example #24
0
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(GetJobStatusTestCase, self).tearDown()
 def tearDown(self):
     delete_input(self.input.input_id)
     super(CreateS3InputTestCase, 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_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(TransferJobToNonExistentOutputTestCase, self).tearDown()
Example #28
0
 def tearDown(self):
     delete_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(AutoTransferJobToGCSTestCase, self).tearDown()
Example #29
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_input(self.input.input_id)
     delete_encoding_profile(self.encoding_profile.encoding_profile_id)
     super(CreateJobWithSpecificVideoAndAudioSampleRatesTestCase, 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 runTest(self):
     with self.assertRaises(BitcodinNotFoundError):
         delete_input(0)