Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-26 | Testsuite: fix cdrom boot in UEFI mode | Christian Poessinger | |
(cherry picked from commit 4ccdaf58fc7b9bf8df71f4b8392930b98729424f) | |||
2021-12-26 | Revert "Testsuite: limit QEmu test disk size to 1G to not waste space on ↵ | Christian Poessinger | |
build host" This reverts commit a5e591fa9b66b229f7296de177a570c7b7126be4. | |||
2021-12-26 | Testsuite: limit QEmu test disk size to 1G to not waste space on build host | Christian Poessinger | |
(cherry picked from commit 1960c1c259bc27c8f1f7806b40687b7e82866f01) | |||
2021-12-25 | Testsuite: add RAID-1 test case for disk recovery | Christian Poessinger | |
(cherry picked from commit 986fd18e11ac19470e17ad786d5cc908339ccb43) | |||
2021-12-25 | Testsuite: add loginVM()/shutdownVM() helpers | Christian Poessinger | |
(cherry picked from commit a36755da0b10d884eff84f52e24a0f9ec185e461) | |||
2021-12-25 | Testsuite: add 8th NIC and disable PXE boot | Christian Poessinger | |
(cherry picked from commit e836f7245837618c00f563af4ae0836ab81b5686) | |||
2021-12-09 | Testsuite: set default timeout to 60 seconds | Christian Poessinger | |
(cherry picked from commit 76f59a39153f4e5880602f4b439efabb2dff3b07) | |||
2021-12-09 | Testsuite: add new "make testraid" target for RAID-1 installation testing | Christian Poessinger | |
(cherry picked from commit 462c5f80e086b1f5f74c564b3cb53df230b06d6b) | |||
2021-12-09 | Testsuite: reference default user/pass from variable | Christian Poessinger | |
(cherry picked from commit 2aa0166d87c9ebd024dc8aff950bfb11492f59ea) | |||
2021-11-04 | Testsuite: use individual UUID/name per UEFI/BIOS instance | Christian Poessinger | |
(cherry picked from commit ec168f3d2cede849c66d078a3df0514dc1ed65a0) | |||
2021-10-30 | Testsuite: add UUID for DUID generation during tests | Christian Poessinger | |
(cherry picked from commit 2264c8a812325f57fe0361fca9dad992048e572f) | |||
2021-10-02 | Testsuite: add support for UEFI boots in Qemu | Christian Poessinger | |
2021-09-19 | Testsuite: add missing leading 'f' for Python3 format strings | Christian Poessinger | |
(cherry picked from commit 07555c06452524d860f1093cec6537d3102846f3) | |||
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 (cherry picked from commit f04127aedb9fa4aac6fad5364c9cefe42cd4bbad) | |||
2021-01-31 | Testsuite: use buildin commands over 'openvpn --genkey' raw command | Christian Poessinger | |
(cherry picked from commit 4188b0f49a88b9881f2a95bc5863270163dcac80) | |||
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 (cherry picked from commit 08d6937f9cbca47b0506086002401baebd021e16) | |||
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. (cherry picked from commit 1bc9b8dda5254eeace6d1c82cf464e98ca362faa) | |||
2021-01-30 | Testsuite: minor code cleanup | Christian Poessinger | |
(cherry picked from commit 2801efd1014df828643ad5f50ee4a93024981174) | |||
2021-01-24 | Testsuite: increase smoketest timeout as we do more and more tests | Christian Poessinger | |
(cherry picked from commit c79c13cee6ac86ad68853887a67b93dfe17bdc5b) | |||
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 | |