Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-16 | image-tools: T6154: installer prompts to confirm non-default password | John Estabrook | |
2024-04-07 | image-tools: T6207: update test script for prompt for boot config | John Estabrook | |
2024-03-12 | docker, build: T6119: use python3-tomli instead of python3-toml | Daniil Baturin | |
for a compliant implementation ot TOML | |||
2024-03-08 | build: T4919: Fix error due to variable not found | sarthurdev | |
2024-02-20 | config: T4919: Add emulated TPM encryption test | sarthurdev | |
2023-11-19 | Makefile: add new target qemu-live | Christian Breunig | |
Simply boot a live qemu version from the latest ISO build (10:18) cpo lnx01:~/vyos-build [current] # sudo make qemu-live if [ ! -f build/live-image-amd64.hybrid.iso ]; then echo "Could not find build/live-image-amd64.hybrid.iso" exit 1 fi scripts/check-qemu-install --qemu-cmd build/live-image-amd64.hybrid.iso INFO - Creating Disk image testinstall-20231119-101823-4483.img SeaBIOS (version 1.16.2-debian-1.16.2-1) Machine UUID f48b60b2-e6ad-49ef-9d09-4245d0585e52 Booting from DVD/CD... ISOLINUX 6.04 20200816 ETCD Copyright (C) 1994-2015 H. Peter Anvin et al | |||
2023-11-15 | image: T4516: update test script for changes in prompts/partition id | John Estabrook | |
2023-09-20 | smoketest: T5607: adjust for non-deterministic scsi device probing | John Estabrook | |
2023-09-14 | smoketest: Allow selection of smoketests to run | sarthurdev | |
Example: `make test MATCH="interfaces|policy"` will only run interfaces and policy tests | |||
2023-09-09 | T5562: Fix -smp syntax for qemu-system-x86_64 | Apachez | |
2023-09-09 | Testsuite: fix qemu SMP configuration | Christian Breunig | |
2023-02-22 | T5024: Try to shutdown several times for qemu install script | Viacheslav Hletenko | |
The first shutdown for qemu doesn't work Try to shutdown several times | |||
2023-02-13 | debian: T5003: Increase VM memory - tests failed due to OOM condition | sarthurdev | |
2022-10-07 | Testsuite: T3664: move to new toml based input files | Christian Poessinger | |
2022-06-30 | smoketest: Move PKI file generate to script in vyos-1x | sarthurdev | |
2022-06-29 | openvpn: T4485: Add intermediate CA for smoketest | sarthurdev | |
2022-04-18 | Testsuite: add new '--qemu-cmd' switch to print the commandline to launch ↵ | Christian Poessinger | |
QEMU manually | |||
2022-04-18 | Testsuite: enable DHCP on eth0 - future smoketests could now verify DHCP | Christian Poessinger | |
2022-04-11 | Testsuite: increase memory to 2G for fastnetmon testcase | Christian Poessinger | |
2021-12-26 | Testsuite: fix cdrom boot in UEFI mode | Christian Poessinger | |
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 | |
2021-12-25 | Testsuite: add RAID-1 test case for disk recovery | Christian Poessinger | |
2021-12-25 | Testsuite: add loginVM()/shutdownVM() helpers | Christian Poessinger | |
2021-12-25 | Testsuite: add 8th NIC and disable PXE boot | Christian Poessinger | |
2021-12-09 | Testsuite: set default timeout to 60 seconds | Christian Poessinger | |
2021-12-09 | Testsuite: add new "make testraid" target for RAID-1 installation testing | Christian Poessinger | |
2021-12-09 | Testsuite: reference default user/pass from variable | Christian Poessinger | |
2021-12-02 | Testsuite: increase testing timeout to 3h | Christian Poessinger | |
2021-11-27 | Testsuite: increase testing timeout to 2h | Christian Poessinger | |
2021-11-04 | Testsuite: use individual UUID/name per UEFI/BIOS instance | Christian Poessinger | |
2021-10-30 | Testsuite: add UUID for DUID generation during tests | Christian Poessinger | |
2021-10-02 | Testsuite: add support for UEFI boots in Qemu | Christian Poessinger | |
(cherry picked from commit 6c438f92e7ada6fa42e41ac9eff0b1e1eb3756b3) | |||
2021-09-19 | Testsuite: add missing leading 'f' for Python3 format strings | Christian Poessinger | |
2021-08-19 | Testsuite: verify proper running Kernel version compared to repo | Christian Poessinger | |
2021-08-15 | Makefile: add "make test-no-interfaces" to start smoketests w/o interface tests | Christian Poessinger | |
2021-08-01 | Revert "Testsuite: list config directories for trouble shooting" | Christian Poessinger | |
This reverts commit 9b1ed0551854575c1e0608daaf5e0dc31c2958c9. | |||
2021-07-21 | pki: openvpn: T3642: Generate test keys using openvpn binary, previous ↵ | sarthurdev | |
op-mode command removed | |||
2021-07-19 | pki: wireguard: T3642: Key pair for migration tests after op-mode command is ↵ | sarthurdev | |
removed | |||
2021-06-22 | Testsuite: list config directories for trouble shooting | Christian Poessinger | |
2021-06-22 | Testsuite: consolidate usage of VyOS op/cfg shell prompt | Christian Poessinger | |
2021-06-13 | Testsuite: wait 600 seconds after image installation startup | Christian Poessinger | |
2021-06-13 | Testsuite: wait 600 seconds after kvm start for prompt | Christian Poessinger | |
This is required to test via a GitHub action | |||
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 | |