Exemple #1
0
 def teardown_test(self):
     self.dut.rootservice.StopStack(facade_rootservice.StopStackRequest())
     self.cert.rootservice.StopStack(facade_rootservice.StopStackRequest())
Exemple #2
0
 def teardown_test(self):
     self.device_under_test.rootservice.StopStack(
         facade_rootservice_pb2.StopStackRequest())
     self.cert_device.rootservice.StopStack(
         cert_rootservice_pb2.StopStackRequest())
Exemple #3
0
def teardown_test_core(cert, dut):
    cert.rootservice.StopStack(facade_rootservice.StopStackRequest())
    dut.rootservice.StopStack(facade_rootservice.StopStackRequest())