| File | Date | Author | Commit |
|---|---|---|---|
| group_test | 2021-05-29 |
|
[60ea5f] libtipc: add character API to libtipc |
| iovec | 2019-03-27 |
|
[0e0bf3] tipcutils/test: fixed a compile error in iovec/... |
| multicast_blast | 2021-05-29 |
|
[60ea5f] libtipc: add character API to libtipc |
| overlapping_ranges | 2018-04-06 |
|
[b0ff2b] utils: added net topology tracker |
| ptts | 2020-11-26 |
|
[2a1d3f] ptts: modified burst sizes for multicast test |
| rdm | 2018-10-23 |
|
[e76aec] tipcutils/test: added iovec and topsrv_stress t... |
| tipc_test_suite | 2021-05-29 |
|
[ee33a0] test: add comprehensive test suite |
| topsrv_stress | 2018-10-23 |
|
[e76aec] tipcutils/test: added iovec and topsrv_stress t... |
| Makefile.am | 2021-05-29 |
|
[ee33a0] test: add comprehensive test suite |
| README | 2018-04-05 |
|
[757e5e] tipcutils: updated README files |
This directory contains a test programs for use with TIPC, including: 1) ptts (Portable TIPC Test Suite) A basic sanity test suite that can be used to verify that major aspects of TIPC are operating correctly. 2) group_test A program showing and testing various features of TIPC group communication: - Unicast (I.e., when using a socket address) within a group - Anycast (I.e., when using a service address) within a group - Multicast( Also using a service address) within a group - Broadcast(i.e., when using no address) within a group - One-to-many flow control - Many-to-one flow control - Message sequence guarantee within and between the different transmission modes -Member addition/removal events via the member sockets. 3) multicast_blast Start a number of program instances, configure them as senders, receivers, or both, and let them send multicast messages at full speed to each other.