summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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
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-27Merge pull request #129 from jestabro/vyos-configtestChristian Poessinger
smoketest: T3003: extend framework to load arbitrary config file
2020-10-27qemu: T3026: update script for deprecated ssh_host_port_min/maxJohn Estabrook
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-08-14packer.json: T2792: use iso_checksum field instead of iso_checksum_typeNaoki Matsumoto
Latest packer dropped iso_checksum_type field. Instead of iso_checksum_type field, use iso_checksum field to specify checksum type.
2020-08-06T2766: vyos-build: build-config: arm64 is not a valid architectureRunar Borge
arm64 is not a configurable as a valid architecture to build a vyos system on. This commit adds arm64 to the list of supported platforms to build a vyos system on
2020-08-03build-packages: remove obsolete script and link to VyOS documentationChristian Poessinger
The referenced scripts/build-packages script was a proof of concept from me some time ago to build VyOS packages through a more or less tiny wrapper. The script was not maintained at any time and randomly caused more harm then good. The script has been abandoned and the documentation has been updated on how to build individual VyOS packages.
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-06-19T2490: add support for serial console-serverChristian Poessinger
2020-06-04Packages: remove obsolete vyos-wireguard repoChristian Poessinger
2020-05-30intel: remove deprecated build-intel-drivers scriptChristian Poessinger
2020-05-15live-build: T2466: fix dependency problem when building local packagesJohn Estabrook
2020-04-20VMware: T2343: Memory allocation changezsdc
Changed the OVF template to be sure that a router always has access to all the configured memory.
2020-04-16T2305: include release train in "show version" outputChristian Poessinger
2020-04-12vyos-build: T2142: remove add dependencies in script; now in dockerfileJohn Estabrook
2020-04-09T2254: add fields for git branch, build type, and build comment to the ↵Daniil Baturin
version data.
2020-04-09T2250: make build_dir a relative pathJernej Jakob
2020-04-08T2239: fix issue with ovftool signing commandChris Marget
Signing key can be submitted by putting key at a fixed location (key/privatekey.pem) or by putting the key location in environment variable PRIVATE_KEY_PATH. The script checks for either of those possibilities. ovftool command was incorrectly using the PRIVATE_KEY_PATH variable even when the key file was dropped in the prescribed location.
2020-03-28Packages: migrated vyatta-wirelessmodem and vyatta-ipv6-rtradv to vyos-1xChristian Poessinger
2020-03-22Merge pull request #91 from jjakob/fix-build-packagesChristian Poessinger
T2085: scripts/build-packages: don't define commit='HEAD' by default