Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-26 | pseudo-ethernet: extend smoketests with VIFs | Christian Poessinger | |
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 | interfaces: VLAN tests can not be "functionized" any further | Christian Poessinger | |
2020-07-17 | interfaces: make single tests reusable, e.g. MTU/VLAN | Christian Poessinger | |
2020-07-17 | vlan: add basic test | Christian Poessinger | |
2020-07-17 | interfaces: assume minimum MTU 1280 bytes which always works | 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-06-26 | interfaces: base: add missing interface options to single IP test | Christian Poessinger | |
2020-06-26 | interfaces: add basic test adding only one interface IP address | Christian Poessinger | |
... this is required for proper testing the "weird" bahavior of T2636 and that the underlaying config parse fabric works as expected while migrating interface code. | |||
2020-06-12 | interfaces: base: speedup address test | Christian Poessinger | |
Instead of calling commit() on every interface we add an address, rather configure all addresses first and then commit() in a single shot! | |||
2020-03-25 | update to use Interface.listing | Thomas Mangin | |
2020-03-22 | vxlan: add basic testing | Thomas Mangin | |
2020-02-29 | interfaces: base: add rfc3021 test using /31 prefixes | Christian Poessinger | |
2020-02-26 | interfaces: base: remove superfluous import of ConfigSessionError | Christian Poessinger | |
2020-02-26 | cli: remove superfluous imports (we never use Config()) | Christian Poessinger | |
Every test hat a Config() instance but it was never referenced. It has been introduced by simple means of copy/pasting the first nameserver test. | |||
2020-02-17 | ethernet: generic tearDown() should not destroy ethernet CLI nodes | Christian Poessinger | |
2020-02-17 | interfaces: add generic MTU test which can be enabled per interface | Christian Poessinger | |
2020-02-17 | interfaces: split interface tests into individual files | Christian Poessinger | |