summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2022-10-07Testsuite: T3664: move to new toml based input filesChristian Poessinger
2022-10-06T3664: initial implementation of the build flavor systemDaniil Baturin
2022-06-30smoketest: Move PKI file generate to script in vyos-1xsarthurdev
2022-06-29openvpn: T4485: Add intermediate CA for smoketestsarthurdev
2022-05-14lb: T4408: enable bullseye backports repositoryChristian Poessinger
2022-04-18Testsuite: add new '--qemu-cmd' switch to print the commandline to launch ↵Christian Poessinger
QEMU manually
2022-04-18Testsuite: enable DHCP on eth0 - future smoketests could now verify DHCPChristian Poessinger
2022-04-11Testsuite: increase memory to 2G for fastnetmon testcaseChristian Poessinger
2022-03-17T4306: do not perform a dirtiness check for release buildsDaniil Baturin
2021-12-26Testsuite: fix cdrom boot in UEFI modeChristian Poessinger
2021-12-26Revert "Testsuite: limit QEmu test disk size to 1G to not waste space on ↵Christian Poessinger
build host" This reverts commit a5e591fa9b66b229f7296de177a570c7b7126be4.
2021-12-26Testsuite: limit QEmu test disk size to 1G to not waste space on build hostChristian Poessinger
2021-12-25Testsuite: add RAID-1 test case for disk recoveryChristian Poessinger
2021-12-25Testsuite: add loginVM()/shutdownVM() helpersChristian Poessinger
2021-12-25Testsuite: add 8th NIC and disable PXE bootChristian Poessinger
2021-12-09Testsuite: set default timeout to 60 secondsChristian Poessinger
2021-12-09Testsuite: add new "make testraid" target for RAID-1 installation testingChristian Poessinger
2021-12-09Testsuite: reference default user/pass from variableChristian Poessinger
2021-12-02Testsuite: increase testing timeout to 3hChristian Poessinger
2021-11-27Testsuite: increase testing timeout to 2hChristian Poessinger
2021-11-13Merge pull request #195 from runborg/multiarchDaniil Baturin
T3965: arm: build script: inheritence in flavor_configs and bootloade…
2021-11-04Testsuite: use individual UUID/name per UEFI/BIOS instanceChristian Poessinger
2021-11-03T3965: arm: build script: inheritence in flavor_configs and bootloader optionsRunar Borge
2021-10-30Testsuite: add UUID for DUID generation during testsChristian Poessinger
2021-10-02Testsuite: add support for UEFI boots in QemuChristian Poessinger
(cherry picked from commit 6c438f92e7ada6fa42e41ac9eff0b1e1eb3756b3)
2021-09-19Testsuite: add missing leading 'f' for Python3 format stringsChristian Poessinger
2021-08-19Testsuite: verify proper running Kernel version compared to repoChristian Poessinger
2021-08-15Makefile: add "make test-no-interfaces" to start smoketests w/o interface testsChristian Poessinger
2021-08-01Revert "Testsuite: list config directories for trouble shooting"Christian Poessinger
This reverts commit 9b1ed0551854575c1e0608daaf5e0dc31c2958c9.
2021-07-21pki: openvpn: T3642: Generate test keys using openvpn binary, previous ↵sarthurdev
op-mode command removed
2021-07-19pki: wireguard: T3642: Key pair for migration tests after op-mode command is ↵sarthurdev
removed
2021-07-07T3664: remove vagrant buildKim Hagen
2021-07-07T3664: Eliminate obsolete build flavoursKim Hagen
2021-07-04Debian: T3641: enable Bullseye APT "updates"Christian Poessinger
2021-06-22Testsuite: list config directories for trouble shootingChristian Poessinger
2021-06-22Testsuite: consolidate usage of VyOS op/cfg shell promptChristian Poessinger
2021-06-22lb: turn on debugging informational messagesChristian Poessinger
2021-06-21Debian: T3641: allow package downgradesChristian Poessinger
2021-06-21lb: T3641: APT::Default-Release="current" no longer worksChristian Poessinger
Pin all packages from our current repository with a APT preference file.
2021-06-21lb: T3641: switch to UTC timestampsChristian Poessinger
2021-06-20Debian: T3641: switch to new distro Debian 11 - BullseyeChristian Poessinger
2021-06-15OVF: T2343: Fixed wrong order for items in OVFzsdc
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-13Testsuite: wait 600 seconds after image installation startupChristian Poessinger
2021-06-13Testsuite: wait 600 seconds after kvm start for promptChristian Poessinger
This is required to test via a GitHub action
2021-05-10T3351: Add SHA256 checksumserkin
2021-04-11Testsuite: QEMU: add in 3 more NICs as required by the L3VPN EVPN testChristian Poessinger
2021-04-04build: qemu: do not use symlinks on generated imagesChristian Poessinger
Jenkins can not properly deal with symbolic links.
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-03-11t3372: support public HTTPS repos in live-buildCody Brannan
2021-02-23T3303: Modify os_release file for changing Welcome message on bootDmitriyEshenko