mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
Initial commit
This commit is contained in:
11
specs/RDMASocket/PTst/TestScript.p
Normal file
11
specs/RDMASocket/PTst/TestScript.p
Normal file
@@ -0,0 +1,11 @@
|
||||
test tcPingPong [main = PingPongTest]:
|
||||
assert RecvComplete, NoDuplicatePostedBuffers, AllIterationsProcessed in
|
||||
(union RDMANetwork, { PingPongServer, PingPongClient, PingPongTest });
|
||||
|
||||
test tcOneWay [main = OneWayCommunication]:
|
||||
assert RecvComplete, NoDuplicatePostedBuffers, AllIterationsProcessed in
|
||||
(union RDMANetwork, { OneWayReceiver, OneWaySender, OneWayCommunication });
|
||||
|
||||
test tcTwoWay [main = TwoWayCommunication]:
|
||||
assert RecvComplete, NoDuplicatePostedBuffers, AllIterationsProcessed in
|
||||
(union RDMANetwork, { TwoWaySenderReceiver, TwoWayCommunication });
|
||||
Reference in New Issue
Block a user