summaryrefslogtreecommitdiff
path: root/scripts/check-qemu-install
AgeCommit message (Collapse)Author
2021-04-11Testsuite: QEMU: add in 3 more NICs as required by the L3VPN EVPN testChristian Poessinger
2021-04-03Testsuite: extend QEMU interactionsChristian 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-31Testsuite: use buildin commands over 'openvpn --genkey' raw commandChristian Poessinger
2021-01-30Testsuite: 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-30Testsuite: generate WireGuard default keypairChristian 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-30Testsuite: minor code cleanupChristian Poessinger
2021-01-24Testsuite: increase smoketest timeout as we do more and more testsChristian Poessinger
2020-11-01Testsuite: always load WiFi HW simulation moduleChristian Poessinger
2020-10-27smoketest: T3003: extend framework to load arbitrary config fileJohn Estabrook
2020-09-25Testsuite: automatically determine number of CPUs usedChristian Poessinger
2020-09-25Testsuite: increase to 2G ramChristian Poessinger
2020-08-31configd: T2582: add option to run testsuite with daemon (default off)John Estabrook
2020-07-03Testsuite: increase smoketest timeoutChristian Poessinger
On slow machines or with nested virtualisation the smoketests take really long to execute - thus increase the timeout.
2020-06-27Revert "Testsuite: start smoketest as root"Christian Poessinger
This reverts commit 2d78aa082830065dd681cc50f8dffae77b4b8226.
2020-02-16Testsuite: start smoketest as rootChristian Poessinger
Some configuration files (e.g. ddclient) can only be opened as root user, thus we should run the smoketests as root.
2020-02-14Revert "Testsuite: temporary disable test fail on single failure"Christian Poessinger
This reverts commit c4da9a9c794073ad34e6cfb0c883be57b356513b.
2020-02-09Testsuite: temporary disable test fail on single failureChristian Poessinger
2020-02-09Testsuite: additional settling time after loginChristian Poessinger
2020-02-09Revert "Testsuite: show current configuration"Christian Poessinger
This reverts commit 28c3615488760ffbe21a556a6b42ca5656b8216e.
2020-02-09Testsuite: show current configurationChristian Poessinger
2020-02-06Testsuite: redo smoketest executor and fix exitcode validatorRunar Borge
2020-02-04Testsuite: check for smoketest errorChristian Poessinger
2020-02-01Testsuite: increase timeout when running vyos-smoketestChristian Poessinger
2020-01-25Testsuite: remove "show interfaces" commandChristian Poessinger
2020-01-25Testsuite: use single qemu commandChristian Poessinger
2020-01-24Testsuite: use 4 NICsChristian Poessinger
2020-01-24Testsuite: remove VNC console from qemu cmdlineChristian Poessinger
2019-12-28Testsuite: raise exception when smoketest could not be executedChristian Poessinger
2019-12-28Revert "Testsuite: fix vyos-smoketest binary path"Christian Poessinger
This reverts commit 2a0827cfa4ef2e8a204506481ec8fa6efad1665d. Location fixed in vyos-smoketest repo.
2019-12-27Testsuite: fix vyos-smoketest binary pathChristian Poessinger
2019-12-27Testsuite: remove VNC console from qemu cmdlineChristian Poessinger
2019-12-27Testsuite: add basic configuration/operation mode testcaseChristian Poessinger
2019-12-27Revert "Testsuite: add basic cfg/op-mode switch"Christian Poessinger
This reverts commit f9e8fc314c94c1a09804c1c5827bc1cf50c95358.
2019-12-27Testsuite: use Jenkins timestampsChristian Poessinger
2019-12-27Testsuite: add basic cfg/op-mode switchChristian Poessinger
2019-12-27Testsuite: remove trailing whitespacesChristian Poessinger
2019-09-27Testsuite: Adding relative time counter since start in logsRunar Borge
2019-09-27Testsuite: Extending timeouts to work on qemu emulated installsRunar Borge
2019-09-27Testsuite: Adding support for running on non-kvm hostsRunar Borge
2019-09-23Add script to check installation iso with qemuRunar 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.