summaryrefslogtreecommitdiff
path: root/scripts/cli/test_interfaces_wireguard.py
AgeCommit message (Collapse)Author
2020-06-24wireguard: extend tests with multiple allowed-ipsChristian Poessinger
2020-04-05wireguard: T2206: split endpoint into proper address and port nodesChristian Poessinger
2020-02-29interfaces: wireguard: make test script executableChristian Poessinger
2020-02-29interfaces: wireguard: add initial testChristian Poessinger
WireGuard interface can not be easily inherit the BasicInterfaceTest class as every operation on WireGuard interfaces require IP addresses assigned to the interface - I do not now if this is really a requirement or just a to restrict validate() on the WireGuard interface. Nevertheless this helps to see if changes on e.g. ifconfig.py breaks this interface.