Commit 9f40662
Dan Cherniavsky
fabtests/pytest/efa: Only check server tx_bytes in device selection non dgram test
The test is asserting that both server and client tx_bytes counters
progressed after running fi_dgram_pingpong. Since UD is unreliable, if
the first ping is dropped, no pong is received and the server counters
won't progress, causing spurious failures.
Only check server tx_bytes for non dgram iterations, since the client
initiates the ping and its tx counter must progress if the EFA dgram
endpoint was picked up. For rdm iterations, both counters are still
verified since the transport is reliable.
Change-Id: I2755ea712041f35e464e8977cb9343052cbaf589
Signed-off-by: Dan Cherniavsky <dchern@amazon.com>1 parent f13d09d commit 9f40662
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | 67 | | |
69 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
| |||
0 commit comments