Lines Matching refs:NetperfConfig
38 if test_type in NetperfConfig.TCP_STREAM_TESTS:
56 elif test_type in NetperfConfig.UDP_STREAM_TESTS:
76 elif test_type in NetperfConfig.REQUEST_RESPONSE_TESTS:
151 return NetperfConfig.test_type_to_human_readable_tag(self.test_type)
157 return NetperfConfig.test_type_to_tag(self.test_type)
327 class NetperfConfig(object): class
396 if (test_type not in NetperfConfig.REQUEST_RESPONSE_TESTS and
397 test_type not in NetperfConfig.TCP_STREAM_TESTS and
398 test_type not in NetperfConfig.UDP_STREAM_TESTS):
410 return NetperfConfig.SHORT_TAGS.get(test_type, 'unknown')
421 return NetperfConfig.READABLE_TAGS.get(test_type, 'unknown')