aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/plugin_testcmd.c
Commit message (Collapse)AuthorAge
* - there are two helper running, but only one is doing the work of both. ↵t3sserakt2021-07-30
| | | | Therefore connecting peers does not work atm.
* - added first testcase cmd code for sending a simple testmessaget3sserakt2021-07-22
|
* - finished first prototype for running several local testcase.t3sserakt2021-07-19
|
* - started to implement several cmds to start peers^Ctestcase plugin will be ↵t3sserakt2021-07-16
| | | | started directly from helper, functionality to communicate between master cmd loop and local cmd loop, code compiles, test is not working atm.
* - added rudimentary cmd helper (copied from testbed-helper), binary to start ↵t3sserakt2021-07-07
a testcase plugin, rudimentary testcase plugin