]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
add "process test" state machine
authorAlan T. DeKok <aland@freeradius.org>
Fri, 24 Feb 2023 15:42:45 +0000 (10:42 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 24 Feb 2023 15:44:07 +0000 (10:44 -0500)
commitd83764f94a5bcd606ce0d536ea7990cf92196fd2
tree522750350277c81b7821ac2b981ce95c34842a0a
parentc24dbc83d28c669e2d833d74955730b3a695b067
add "process test" state machine

and the beginnings of "make test.process"

We will be running the protocol state machines from the "test"
virtual server, which lets us to multi-round challenge / response
where necessary
src/bin/unit_test_module.c
src/process/test/all.mk [new file with mode: 0644]
src/process/test/base.c [new file with mode: 0644]
src/tests/process/all.mk [new file with mode: 0644]
src/tests/process/dictionary [new file with mode: 0644]
src/tests/process/radius/access_accept [new file with mode: 0644]
src/tests/process/test.attrs [new file with mode: 0644]
src/tests/process/unit_test_module.conf [new file with mode: 0644]