google / testrun

A tool to automate verification of network-based device behavior
Apache License 2.0
23 stars 9 forks source link

Fix network only mode issues #617

Closed jhughesbiot closed 1 month ago

jhughesbiot commented 1 month ago

Fixes the following issues with network only mode

  1. Network only mode was still initializing monitor mode which should not exist except as a precursor to an active test. Additional logic within monitor mode would stop testrun if a device was disconnected while in network only mode
  2. --net-only option when not used with --no-ui did not actually start the network. --net-only option can now be used by itself and will disable the UI automatically when used by itself.