Searched refs:TestConfig (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/testing/selftests/drivers/net/hw/ |
| H A D | nic_performance.py | 42 class TestConfig: class 63 def check_throughput(cfg: object, link_config: LinkConfig, test_config: TestConfig, protocol: str, … argument 113 def test_tcp_throughput(cfg: object, link_config: LinkConfig, test_config: TestConfig, traffic: Gen… argument 117 def test_udp_throughput(cfg: object, link_config: LinkConfig, test_config: TestConfig, traffic: Gen… argument 128 test_config = TestConfig(args.time_delay, args.test_duration, args.stt, args.rtt)
|