File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,4 +35,22 @@ add_shadow_tests(
3535 LOGLEVEL info
3636 ARGS --pin-cpus --workers 2
3737 PROPERTIES RUN_SERIAL TRUE
38- CONFIGURATIONS ilibc )
38+ CONFIGURATIONS ilibc )
39+
40+ # Run tests with the round-robin queueing discipline (the current default is fifo).
41+ # Ideally we'd want to test the different queueing displinces on a test that has a lot of
42+ # congestion and hosts sending data on mulitple sockets at once, but phold is currently the closest
43+ # test that we have to that configuration.
44+ add_shadow_tests (
45+ BASENAME phold-rr-qdisc
46+ METHODS hybrid ptrace
47+ LOGLEVEL info
48+ ARGS --pin-cpus --interface-qdisc=RR
49+ PROPERTIES RUN_SERIAL TRUE )
50+ add_shadow_tests (
51+ BASENAME phold-rr-qdisc
52+ METHODS preload
53+ LOGLEVEL info
54+ ARGS --pin-cpus --interface-qdisc=RR
55+ PROPERTIES RUN_SERIAL TRUE
56+ CONFIGURATIONS ilibc )
Original file line number Diff line number Diff line change 1+ phold.yaml
You can’t perform that action at this time.
0 commit comments