Searched refs:EchoTestCommon (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/tools/harness/tests/
H A Dechoserver.py28 class EchoTestCommon(TestCommon): class in inherits:TestCommon
30 super(EchoTestCommon, self).setup(build, machine, testdir)
36 modules = super(EchoTestCommon, self).get_modules(build, machine)
51 return self.finished or super(EchoTestCommon, self).is_finished(line)
151 class UDPEchoTest(EchoTestCommon):
161 class TCPEchoTest(EchoTestCommon):

Completed in 90 milliseconds