Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-20 | smoketest: T2903: test 802.1ad (Q-in-Q) ethertype | Christian Poessinger | |
2020-09-19 | smoketest: T2886: validate RADIUS configuration | Christian Poessinger | |
2020-09-17 | smoketest: bond: T2894: extend comments | Christian Poessinger | |
2020-09-17 | smoketest: bond: T2894: vlan interfaces must not remove bond members | Christian Poessinger | |
A regression showed that when adding a vif to a bond the bond interface will loose all its member interfaces. This is - of course - super bad! | |||
2020-09-16 | smoketest: T2886: typo, use assertIn over asserIn | Christian Poessinger | |
2020-09-16 | wireless: T2887: add smoketest for hostapd | Christian Poessinger | |
2020-09-16 | smoketest: T2886: RADIUS requires CONFIG_AUDIT Kernel option | Christian Poessinger | |
2020-09-15 | bonding: T2515: preserve interface admin state when removing from bond | Christian Poessinger | |
Removing a member from a bond/LACP will turn the physical interface always in admin-down state. This is invalid, the interface should be placed into the state configured on the VyOS CLI. Smoketest on bond interfaces is extended to check this behavior. | |||
2020-09-13 | qat: T2857: add very limited smoketest | Christian Poessinger | |
2020-09-09 | openconnect: T2036: Move CLI commands under vpn openconnect | DmitriyEshenko | |
2020-09-03 | smoketest: kernel: try loading Intel QAT drivers | Christian Poessinger | |
2020-09-01 | T2636: ssh: add smoketest for XML defaultValue node | Christian Poessinger | |
2020-08-31 | configd: T2808: add smoketest to ensure script consistency with daemon | John Estabrook | |
2020-08-30 | https: add simple smoketest to check nginx config integrity | John Estabrook | |
2020-08-28 | nat: T2813: translation address is mandatory if rule is not excluded | Christian Poessinger | |
2020-08-27 | Merge branch 'master' of github.com:vyos/vyos-smoketest into ↵ | Christian Poessinger | |
vyos-smoketest-integration (T2832) * 'master' of github.com:vyos/vyos-smoketest: (153 commits) pppoe-server: test some more values lcd: adjust to cli changes lcd: adapt test to new CLI design pppoe-server: initial smoketest with local and radius auth pppoe: validate dhcpv6 client will be started wireless: validate hostapd/wpa_supplicant is running pppoe: sync to new dhcpv6-pd cli anyconnect: T2812: add basic testing ethernet: check interface disable state router-advert: check 'infinity' option in script logic ssh: config file is now volatile (moved to /run) ipv6: link-local: test address assignment on interfaces router-advert: add initial test mdns-repeater: add basic test pseudo-ethernet: extend smoketests with VIFs l2tpv3: add initial interface test wireless: use library function for loading kernel modules ethernet: test "ip" subtree of interface for e.g. ARP settings pppoe: use assertEqual() service: bcast-relay: add initial tests ... |