Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-13 | Merge pull request #195 from runborg/multiarch | Daniil Baturin | |
T3965: arm: build script: inheritence in flavor_configs and bootloade… | |||
2021-11-04 | Testsuite: use individual UUID/name per UEFI/BIOS instance | Christian Poessinger | |
2021-11-03 | T3965: arm: build script: inheritence in flavor_configs and bootloader options | Runar Borge | |
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-07-07 | T3664: remove vagrant build | Kim Hagen | |
2021-07-07 | T3664: Eliminate obsolete build flavours | Kim Hagen | |
2021-07-04 | Debian: T3641: enable Bullseye APT "updates" | Christian Poessinger | |
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-22 | lb: turn on debugging informational messages | Christian Poessinger | |
2021-06-21 | Debian: T3641: allow package downgrades | Christian Poessinger | |
2021-06-21 | lb: T3641: APT::Default-Release="current" no longer works | Christian Poessinger | |
Pin all packages from our current repository with a APT preference file. | |||
2021-06-21 | lb: T3641: switch to UTC timestamps | Christian Poessinger | |
2021-06-20 | Debian: T3641: switch to new distro Debian 11 - Bullseye | Christian Poessinger | |
2021-06-15 | OVF: T2343: Fixed wrong order for items in OVF | zsdc | |
According to OVF Specification (ver. 2.1.1, line 630), rasd class elements should be ordered by Unicode code point. This commit fixes the wrong order to conform to specification requirements. | |||
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-05-10 | T3351: Add SHA256 checksums | erkin | |
2021-04-11 | Testsuite: QEMU: add in 3 more NICs as required by the L3VPN EVPN test | Christian Poessinger | |
2021-04-04 | build: qemu: do not use symlinks on generated images | Christian Poessinger | |
Jenkins can not properly deal with symbolic links. | |||
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-03-11 | t3372: support public HTTPS repos in live-build | Cody Brannan | |
2021-02-23 | T3303: Modify os_release file for changing Welcome message on boot | DmitriyEshenko | |
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 | Merge pull request #129 from jestabro/vyos-configtest | Christian Poessinger | |
smoketest: T3003: extend framework to load arbitrary config file | |||
2020-10-27 | qemu: T3026: update script for deprecated ssh_host_port_min/max | John Estabrook | |
2020-10-27 | smoketest: T3003: extend framework to load arbitrary config file | John Estabrook | |