mbox series

[0/1] selinux-testsuite: Update SCTP asconf client/server

Message ID 20200826123719.26121-1-richard_c_haines@btinternet.com (mailing list archive)
Headers show
Series selinux-testsuite: Update SCTP asconf client/server | expand

Message

Richard Haines Aug. 26, 2020, 12:37 p.m. UTC
As this patch updates asconf client/server to make them more reliable
for running the client and server on different systems, I will post RFC
patches 'selinux-testsuite: Run tests using remote server' to allow this
to be tested.

Richard Haines (1):
  selinux-testsuite: Update SCTP asconf client/server

 policy/test_sctp.te                    |  75 ++++-
 tests/sctp/.gitignore                  |   1 -
 tests/sctp/Makefile                    |   3 +-
 tests/sctp/sctp_asconf_params_client.c | 322 ++++++++-----------
 tests/sctp/sctp_asconf_params_server.c | 275 +++++++++-------
 tests/sctp/sctp_common.c               | 189 ++++++++++-
 tests/sctp/sctp_common.h               |  12 +-
 tests/sctp/sctp_peeloff_server.c       |  42 +--
 tests/sctp/sctp_server.c               |   4 +-
 tests/sctp/sctp_set_peer_addr.c        | 415 -------------------------
 tests/sctp/test                        |  70 ++++-
 11 files changed, 623 insertions(+), 785 deletions(-)
 delete mode 100644 tests/sctp/sctp_set_peer_addr.c