Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-24 | ethernet: test "ip" subtree of interface for e.g. ARP settings | Christian Poessinger | |
2020-07-17 | interfaces: add basic, reusable 802.1ad (Q-in-Q) testcase | Christian Poessinger | |
2020-07-17 | vlan: add basic test | Christian Poessinger | |
2020-07-17 | ethernet: support testing via SSH | Christian Poessinger | |
Instead of running the smoketest on all available interfaces it is now possible to specify a whitespace separated list as environment variable where the test is performed. This is especially usefull when developing/testing via SSH and to limit the test to an interface you are not connected to. Test only with interface eth1: $ TEST_ETH='eth1' /usr/libexec/vyos/tests/smoke/cli/test_interfaces_ethernet.py | |||
2020-04-11 | interfaces: T2238: update code to match new API | Thomas Mangin | |
2020-03-25 | update to use Interface.listing | Thomas Mangin | |
2020-02-26 | interfaces: add missing unittest import | Christian Poessinger | |
2020-02-26 | interfaces: replace wildcard import with dedicated import | Christian Poessinger | |
2020-02-17 | ethernet: automatically detect available interfaces | Christian Poessinger | |
2020-02-17 | interfaces: add generic MTU test which can be enabled per interface | Christian Poessinger | |
2020-02-17 | ethernet: add initial interface test | Christian Poessinger | |