JorisHerbots / vegvisir

Vegvisir is an automated testing framework for orchestrating prototypical QUIC-HTTP/3 client-server communications using simulated network conditions.
Other
17 stars 3 forks source link

Empty sensors causes undefined state #16

Open JorisHerbots opened 5 months ago

JorisHerbots commented 5 months ago

An empty sensor list triggers an exception that's not caught correctly by the runner.

Error > Generic Vegvisir error encountered, halting exception.
Error > Environment sensorlist empty. Can't comply with start request.

https://github.com/JorisHerbots/vegvisir/blob/master/vegvisir/runner.py#L272