thatmattlove / hyperglass

hyperglass is the network looking glass that tries to make the internet better.
https://hyperglass.dev
BSD 3-Clause Clear License
594 stars 88 forks source link

Add multi-device test support to different device types #270

Open mattpenn20 opened 1 week ago

mattpenn20 commented 1 week ago

Version

v2.0.4

Feature Details

Currently, you're able to run multi-device tests only on devices with the same type. For example, using only built-in directives on both a juniper and a mikrotik, if both devices are selected you'll have the error "Location X have no query types in common".

In the best case scenario, it would find all the shared directives between the devices (be it built-in or custom), and only show those in the query type dropdown.

I am unsure if this is intended behavior.

Feature Type

Web UI, Change to Existing Functionality

Use Case

This has the same use-case as multi-device tests itself, both comparison and quality of life.