<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-build.git/scripts/check-qemu-install, branch rolling</title>
<subtitle>VyOS image build scripts (mirror of https://github.com/vyos/vyos-build.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-build.git/atom?h=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-build.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/'/>
<updated>2026-06-02T20:12:04+00:00</updated>
<entry>
<title>Testsuite: T8602: fix NameError: name 'nested_payload_iso_path' is not defined</title>
<updated>2026-06-02T20:12:04+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-02T20:12:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=586df3002899e90c2331575e4f6cbe55788e5ccc'/>
<id>urn:sha1:586df3002899e90c2331575e4f6cbe55788e5ccc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Testsuite: T8602: add QEMU smoketest for add-system-image over HTTP (default + VRF)</title>
<updated>2026-06-02T04:57:20+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-01T20:44:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=2c5c8a4a89c7717b6d1953930ad983d96ece80cb'/>
<id>urn:sha1:2c5c8a4a89c7717b6d1953930ad983d96ece80cb</id>
<content type='text'>
Extend check-qemu-install with --test-image-update: build a nested installer
ISO as a second CD-ROM, serve the inner image over HTTP, and exercise add/delete
system image in the default routing context and in a named VRF.

Add make test-image-update and ignore/clean nested_installer_payload.iso artefacts.
</content>
</entry>
<entry>
<title>Makefile: T8602: move validation if ISO exists into individual scripts</title>
<updated>2026-06-02T04:57:20+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-01T19:41:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=c6dc300235b50d9a3f1d3ed5d9f887b67611e6c7'/>
<id>urn:sha1:c6dc300235b50d9a3f1d3ed5d9f887b67611e6c7</id>
<content type='text'>
Sometimes I do call scripts/check-qemu-install directly without the Makefile
wrapper, thus it should be ensured that the ISO image exists also from within
the test-case launcher, too.
</content>
</entry>
<entry>
<title>Testsuite: T8602: check for mutually exclusive primary testcase selectors</title>
<updated>2026-06-02T04:54:08+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-01T19:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=28d7ceff4464597a4c0d6e48302506603bdde2e7'/>
<id>urn:sha1:28d7ceff4464597a4c0d6e48302506603bdde2e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Testsuite: T8602: stop "cat" abuse</title>
<updated>2026-06-02T04:54:08+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-01T19:07:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=7df46ee92572273e8ab9bbc7b8ea738c1ad4e650'/>
<id>urn:sha1:7df46ee92572273e8ab9bbc7b8ea738c1ad4e650</id>
<content type='text'>
Abusing cats is a prevalent problem in the Linux user community. Users,
ranging from know-nothing neophytes to all-knowing professionals, engage in
cat abuse on a daily basis, whether in their scripts or simple terminal
commands.

https://rseragon.github.io/posts/cat-abuse/
</content>
</entry>
<entry>
<title>Testsuite: T8602: increase Terminal width and length to 160/60</title>
<updated>2026-06-02T04:54:08+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-01T19:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=097a04e3bad808162cf348d3bc5bd1faf5127007'/>
<id>urn:sha1:097a04e3bad808162cf348d3bc5bd1faf5127007</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: T8602: configtests always require vyos-configd</title>
<updated>2026-06-02T04:54:08+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-01T19:01:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=75254c3ef385401082446fe32662a3e9d94bd163'/>
<id>urn:sha1:75254c3ef385401082446fe32662a3e9d94bd163</id>
<content type='text'>
There is no need in keeping the old --configd option when starting the
smoketests. VyOS heavily relies on vyos-configd and derivates, so there is no
need anymore to disable it for our smoketests.
</content>
</entry>
<entry>
<title>Revert "T8542: Add functionality to generate SBOM file from ISO image"</title>
<updated>2026-06-01T19:10:52+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-05-24T12:15:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=03467b9dc7311ad25ac9c87f86362df8cd168f10'/>
<id>urn:sha1:03467b9dc7311ad25ac9c87f86362df8cd168f10</id>
<content type='text'>
This reverts commit 194f38b2d9582110d14b21b67e48ed13b58152f9.
</content>
</entry>
<entry>
<title>Revert "T8542: Add functionality to generate SBOM file from ISO image"</title>
<updated>2026-06-01T19:10:52+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-05-24T12:13:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=f52336fbf73383a61bfd71493a8e5cb06866881e'/>
<id>urn:sha1:f52336fbf73383a61bfd71493a8e5cb06866881e</id>
<content type='text'>
This reverts commit 16ced6d41f030f5621e667abfe0e35aa498bc71b.
</content>
</entry>
<entry>
<title>Revert "T8542: Add functionality to generate SBOM file from ISO image"</title>
<updated>2026-06-01T19:10:52+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-05-24T12:13:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=91e0e865ca3730d5ef00f79aa369fa9d41b5baef'/>
<id>urn:sha1:91e0e865ca3730d5ef00f79aa369fa9d41b5baef</id>
<content type='text'>
This reverts commit d84d127f91186082df2a786c7e20fe2af55dfa3b.
</content>
</entry>
</feed>
