rnsh/tests/reticulum_test_config
Aaron Heise 27664df0b3 Several test-driven fixes
- Improved test suite exposed several issues with the handling of
command line arguments which are now fixed
- Fixed a race condition that would cause remote characters to be
  lost intermittently when running remote commands that finish
  immediately.
- Added automated testing that actually spins up a random listener
  and initiator in a private Reticulum network and passes data
  between them, uncovering more issues which are now fixed.
- Fixed (hopefully) an issue where `rnsh` doesn't know what
  version it is.
2023-02-14 15:42:55 -06:00

16 lines
286 B
Plaintext

# acehoss test config
[reticulum]
enable_transport = False
share_instance = Yes
shared_instance_port = 22222
instance_control_port = 22223
panic_on_interface_error = No
[logging]
loglevel = 7
[interfaces]
[[Default Interface]]
type = AutoInterface
enabled = Yes