Home
last modified time | relevance | path

Searched refs:pyinst (Results 1 – 1 of 1) sorted by relevance

/tools/test/connectivity/acts/framework/tests/controllers/
Dabstract_inst_test.py22 import acts.controllers.abstract_inst as pyinst namespace
33 test_inst = pyinst.SocketInstrument('192.168.1.11', '5050')
43 test_inst = pyinst.SocketInstrument('192.168.1.11', '5050')
45 with self.assertRaises(pyinst.SocketInstrumentError):
53 test_inst = pyinst.SocketInstrument('192.168.1.11', '5050')
55 with self.assertRaises(pyinst.SocketInstrumentError):
60 test_inst = pyinst.SocketInstrument('192.168.1.11', '5050')
70 test_inst = pyinst.SocketInstrument('192.168.1.11', '5050')
75 with self.assertRaises(pyinst.SocketInstrumentError):
80 test_inst = pyinst.SocketInstrument('192.168.1.11', '5050')
[all …]