Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-06-23 | geneve: enable test | Christian Poessinger | |
2020-06-23 | Debian: cleanup runtime dependencies | Christian Poessinger | |
Depends field of package vyos-smoketest: substitution variable ${shlibs:Depends} used, but is not defined | |||
2020-06-23 | macsec: initial interface test | Christian Poessinger | |
2020-06-22 | Jenkins: T2625: migrate to build library | Christian Poessinger | |
2020-06-19 | peth/macvlan: T2589: add basic smoketest | Christian Poessinger | |
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-05-22 | Revert "pppoe: do not check manually if pppoe process runs" | Christian Poessinger | |
This reverts commit f0b453c6709b2830d04981c09ec4075b978a5427. Test was right - pppd did not run (it was a bug T2488) | |||
2020-05-21 | pppoe: do not check manually if pppoe process runs | Christian Poessinger | |
... this should rather be done by checking "systemctl status ppp@pppoe0" | |||
2020-04-13 | ddns: adjust to new config path in /run | Christian Poessinger | |
2020-04-11 | Merge pull request #9 from thomas-mangin/T2238 | Christian Poessinger | |
interfaces: T2238: update code to match new API | |||
2020-04-11 | interfaces: T2238: update code to match new API | Thomas Mangin | |
2020-04-05 | wireguard: T2206: split endpoint into proper address and port nodes | Christian Poessinger | |
2020-04-05 | wifi: add basic interface test | Christian Poessinger | |
2020-04-05 | wifi: remove superfluous inherited tests | Christian Poessinger | |
2020-04-05 | wifi: add precondition of physical-interface for all tests | Christian Poessinger | |
2020-04-04 | pppoe: T2219: default route now implemented via ip-up script | Christian Poessinger | |
2020-03-25 | Merge pull request #8 from thomas-mangin/master | Christian Poessinger | |
ifconfig: replace list_interfaces_of_type by Interface.listing | |||
2020-03-25 | update to use Interface.listing | Thomas Mangin | |
2020-03-23 | Merge pull request #7 from thomas-mangin/master | Christian Poessinger | |
geneve: add basic interface testing | |||
2020-03-23 | geneve: add basic interface testing | Thomas Mangin | |
2020-03-23 | Merge pull request #6 from thomas-mangin/vxlan | Christian Poessinger | |
vxlan: add basic testing | |||
2020-03-22 | vxlan: add basic testing | Thomas Mangin | |
2020-03-22 | wireless: temporary disable wireless test | Christian Poessinger | |
2020-03-22 | wireless: fix call to wrong base class method | Christian Poessinger | |
2020-03-22 | wireless: add mandatory physical-interface | Christian Poessinger | |