Пример #1
0
 def tearDown(self):
     self.client.stop_all_instances()
     test_cleanup(
         [self.client], [self.process_camserver, self.process_camproxy], [
             os.path.join(self.config_folder, "testing_camera.json"),
             os.path.join(self.config_folder, "simulation_temp.json"),
         ])
Пример #2
0
 def tearDown(self):
     test_cleanup([self.cam_client, self.pipeline_client], [
         self.pipeline_proxy_process,
     ] + self.process_pipelineserver + [
         self.process_camproxy,
     ] + self.process_camserver, [
         self.background_config_folder, self.user_scripts_folder,
         self.temp_folder
     ])
Пример #3
0
 def tearDown(self):
     test_cleanup([self.pipeline_client, self.cam_client], [
         self.cam_process, self.cam_proxy_process, self.pipeline_process,
         self.pipeline_proxy_process
     ], [
         os.path.join(self.pipeline_config_folder, "testing_config.json"),
         self.background_config_folder,
         self.user_scripts_folder,
     ])
Пример #4
0
 def tearDown(self):
     test_cleanup([self.client], [self.process_camproxy,self.process_camserver ],
                  [
                      os.path.join(self.config_folder, "testing_camera.json"),
                      os.path.join(self.config_folder, "simulation_temp.json") ,
                   ])
 def tearDown(self):
     test_cleanup([self.client], [
         self.process_camproxy,
     ] + self.process_camserver, [])
Пример #6
0
 def tearDown(self):
     test_cleanup([self.client], [self.process], [
         os.path.join(self.config_folder, "testing_camera.json"),
         os.path.join(self.background_folder, "white_background.npy"),
         self.background_folder
     ])
 def tearDown(self):
     test_cleanup(
         [self.client], [self.process],
         [os.path.join(self.config_folder, "simulation_temp.json")])