v0.5.1 minor basic auth bug fixes, dependency udpate, test scripts are being added

This commit is contained in:
2025-09-29 14:21:31 -04:00
parent c33ec148ba
commit 3047e556f7
11 changed files with 184 additions and 23 deletions

12
test/README.md Normal file
View File

@ -0,0 +1,12 @@
### Usage:
- Copy logwisp executable to the test folder (to compile, in logwisp top directory: `make build`).
- Run the test script for each scenario.
### Notes:
- The tests create configuration files and log files. Debug tests do not clean up these files.
- Some tests may require to be run on different hosts (containers can be used).