Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-11 | Testsuite: QEMU: add in 3 more NICs as required by the L3VPN EVPN test | Christian Poessinger | |
2021-04-03 | Testsuite: extend QEMU interactions | Christian Poessinger | |
* Change the way how networking is setup to ensure that the network interface inside the QEMU gues is actually u/U instead of u/D * Use common base MAC address * Run "show interfaces" after installation to check all requirements are met | |||
2021-01-31 | Testsuite: use buildin commands over 'openvpn --genkey' raw command | Christian Poessinger | |
2021-01-30 | Testsuite: generate required OpenVPN key(s) | Christian Poessinger | |
Now all the loaded configs will support OpenVPN based interfaces, too. All required keys are now generated so the loaded configurations can use: - /config/auth/ovpn_test_ca.pem - /config/auth/ovpn_test_server.pem - /config/auth/ovpn_test_server.key - /config/auth/ovpn_test_dh.pem - /config/auth/ovpn_test_site2site.key - /config/auth/ovpn_test_tls_auth.key | |||
2021-01-30 | Testsuite: generate WireGuard default keypair | Christian Poessinger | |
Now all the loaded configs will support WireGuard interfaces, too. They now cat refer to the default-keypair to secure the link. | |||
2021-01-30 | Testsuite: minor code cleanup | Christian Poessinger | |
2021-01-24 | Testsuite: increase smoketest timeout as we do more and more tests | Christian Poessinger | |
2020-11-01 | Testsuite: always load WiFi HW simulation module | Christian Poessinger | |
2020-10-27 | smoketest: T3003: extend framework to load arbitrary config file | John Estabrook | |
2020-09-25 | Testsuite: automatically determine number of CPUs used | Christian Poessinger | |
2020-09-25 | Testsuite: increase to 2G ram | Christian Poessinger | |
2020-08-31 | configd: T2582: add option to run testsuite with daemon (default off) | John Estabrook | |
2020-07-03 | Testsuite: increase smoketest timeout | Christian Poessinger | |
On slow machines or with nested virtualisation the smoketests take really long to execute - thus increase the timeout. | |||
2020-06-27 | Revert "Testsuite: start smoketest as root" | Christian Poessinger | |
This reverts commit 2d78aa082830065dd681cc50f8dffae77b4b8226. | |||
2020-02-16 | Testsuite: start smoketest as root | Christian Poessinger | |
Some configuration files (e.g. ddclient) can only be opened as root user, thus we should run the smoketests as root. | |||
2020-02-14 | Revert "Testsuite: temporary disable test fail on single failure" | Christian Poessinger | |
This reverts commit c4da9a9c794073ad34e6cfb0c883be57b356513b. | |||
2020-02-09 | Testsuite: temporary disable test fail on single failure | Christian Poessinger | |
2020-02-09 | Testsuite: additional settling time after login | Christian Poessinger | |
2020-02-09 | Revert "Testsuite: show current configuration" | Christian Poessinger | |
This reverts commit 28c3615488760ffbe21a556a6b42ca5656b8216e. | |||
2020-02-09 | Testsuite: show current configuration | Christian Poessinger | |
2020-02-06 | Testsuite: redo smoketest executor and fix exitcode validator | Runar Borge | |
2020-02-04 | Testsuite: check for smoketest error | Christian Poessinger | |
2020-02-01 | Testsuite: increase timeout when running vyos-smoketest | Christian Poessinger | |
2020-01-25 | Testsuite: remove "show interfaces" command | Christian Poessinger | |
2020-01-25 | Testsuite: use single qemu command | Christian Poessinger | |
2020-01-24 | Testsuite: use 4 NICs | Christian Poessinger | |
2020-01-24 | Testsuite: remove VNC console from qemu cmdline | Christian Poessinger | |
2019-12-28 | Testsuite: raise exception when smoketest could not be executed | Christian Poessinger | |
2019-12-28 | Revert "Testsuite: fix vyos-smoketest binary path" | Christian Poessinger | |
This reverts commit 2a0827cfa4ef2e8a204506481ec8fa6efad1665d. Location fixed in vyos-smoketest repo. | |||
2019-12-27 | Testsuite: fix vyos-smoketest binary path | Christian Poessinger | |
2019-12-27 | Testsuite: remove VNC console from qemu cmdline | Christian Poessinger | |
2019-12-27 | Testsuite: add basic configuration/operation mode testcase | Christian Poessinger | |
2019-12-27 | Revert "Testsuite: add basic cfg/op-mode switch" | Christian Poessinger | |
This reverts commit f9e8fc314c94c1a09804c1c5827bc1cf50c95358. | |||
2019-12-27 | Testsuite: use Jenkins timestamps | Christian Poessinger | |
2019-12-27 | Testsuite: add basic cfg/op-mode switch | Christian Poessinger | |
2019-12-27 | Testsuite: remove trailing whitespaces | Christian Poessinger | |
2019-09-27 | Testsuite: Adding relative time counter since start in logs | Runar Borge | |
2019-09-27 | Testsuite: Extending timeouts to work on qemu emulated installs | Runar Borge | |
2019-09-27 | Testsuite: Adding support for running on non-kvm hosts | Runar Borge | |
2019-09-23 | Add script to check installation iso with qemu | Runar Borge | |
This script installs a system on a emulated qemu host to verify that the iso produced is installable and boots. After the iso is booted from disk it also tries to execute the vyos-smoketest script to verify checks there. |