Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Dabstract_inst.py23 class SocketInstrumentError(Exception): class
34 super(SocketInstrumentError, self).__init__(error)
84 raise SocketInstrumentError(errmsg)
89 raise SocketInstrumentError(errmsg)
113 raise SocketInstrumentError(errmsg)
119 raise SocketInstrumentError(errmsg)
151 raise SocketInstrumentError(errmsg)
156 raise SocketInstrumentError(errmsg)
/tools/test/connectivity/acts/framework/tests/controllers/
Dabstract_inst_test.py45 with self.assertRaises(pyinst.SocketInstrumentError):
55 with self.assertRaises(pyinst.SocketInstrumentError):
75 with self.assertRaises(pyinst.SocketInstrumentError):
85 with self.assertRaises(pyinst.SocketInstrumentError):
106 with self.assertRaises(pyinst.SocketInstrumentError):
116 with self.assertRaises(pyinst.SocketInstrumentError):
/tools/test/connectivity/acts/framework/acts/controllers/spectracom_lib/
Dgsg6.py21 class GSG6Error(abstract_inst.SocketInstrumentError):
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dsmbv100.py22 class SMBV100Error(abstract_inst.SocketInstrumentError):
/tools/test/connectivity/acts/framework/acts/controllers/spirent_lib/
Dgss6450.py23 class GSS6450Error(abstract_inst.SocketInstrumentError):