Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-23 | pppoe: validate dhcpv6 client will be started | Christian Poessinger | |
2020-08-23 | wireless: validate hostapd/wpa_supplicant is running | Christian Poessinger | |
2020-08-23 | pppoe: sync to new dhcpv6-pd cli | Christian Poessinger | |
2020-08-20 | Merge pull request #12 from DmitriyEshenko/smoketest-anyconnect | John Estabrook | |
anyconnect: T2812: add basic testing | |||
2020-08-19 | anyconnect: T2812: add basic testing | DmitriyEshenko | |
2020-08-15 | ethernet: check interface disable state | Christian Poessinger | |
2020-08-04 | router-advert: check 'infinity' option in script logic | Christian Poessinger | |
2020-08-03 | ssh: config file is now volatile (moved to /run) | Christian Poessinger | |
2020-07-31 | ipv6: link-local: test address assignment on interfaces | Christian Poessinger | |
2020-07-30 | router-advert: add initial test | Christian Poessinger | |
2020-07-29 | mdns-repeater: add basic test | Christian Poessinger | |
2020-07-26 | pseudo-ethernet: extend smoketests with VIFs | Christian Poessinger | |
2020-07-25 | l2tpv3: add initial interface test | Christian Poessinger | |
2020-07-24 | wireless: use library function for loading kernel modules | Christian Poessinger | |
2020-07-24 | ethernet: test "ip" subtree of interface for e.g. ARP settings | Christian Poessinger | |
2020-07-24 | pppoe: use assertEqual() | Christian Poessinger | |
2020-07-19 | service: bcast-relay: add initial tests | Christian Poessinger | |
2020-07-17 | bond: verify member interfaces are properly enslaved | Christian Poessinger | |
2020-07-17 | bridge: support specifying bridge members via environment variable | Christian Poessinger | |
This eases remote-testing via SSH. | |||
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-07-12 | snmp: add v3 test with MD5 keys | Christian Poessinger | |
2020-07-12 | nat: delete config after test finishes | Christian Poessinger | |
2020-07-12 | nat: initial simple test | Christian Poessinger | |
2020-07-11 | snmp: test that encrypted-password is properly inserted into CLI | Christian Poessinger | |
2020-07-11 | snmp: adjust to latest CLI version | Christian Poessinger | |
2020-07-09 | ssh: loglevel is now lowercase | Christian Poessinger | |
2020-07-03 | ntp: reuse new library functions for CIDR mangling | Christian Poessinger | |
2020-07-03 | ntp: extend test with allow-clients, listen-address | Christian Poessinger | |
2020-07-03 | ntp: initial simple test | Christian Poessinger | |
2020-06-30 | interfaces: pppoe: add IPv6 tests | Christian Poessinger | |
2020-06-28 | interfaces: wwan: remove PPPoE markers | Christian Poessinger | |
2020-06-28 | interfaces: pppoe: add DHCPv6-PD testcase | Christian Poessinger | |
2020-06-27 | interfaces: wwan: initial testcase | Christian Poessinger | |
2020-06-27 | macsec: test default value for mka priority | Christian Poessinger | |
2020-06-27 | wireless: always use sudo when calling modprobe | Christian Poessinger | |
2020-06-27 | macsec: test verify() functions | Christian Poessinger | |
2020-06-26 | peth: extend basic test with IP options | Christian Poessinger | |
2020-06-26 | interfaces: base: add missing interface options to single IP test | Christian Poessinger | |
2020-06-26 | loopback: ensure 127.0.0.1, ::1 is always assigned | 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-26 | ssh: add second test listening on multiple addresses and ports | Christian Poessinger | |
2020-06-24 | wireguard: extend tests with multiple allowed-ips | Christian Poessinger | |
2020-06-23 | ssh: extend tests | Christian Poessinger | |
2020-06-23 | vxlan: enable test | Christian Poessinger | |
2020-06-23 | vxlan: adjust to new CLI source-interface node | Christian Poessinger | |