From 272b32f2bf382705a92f198a98f31841f4b49164 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 14 May 2026 07:39:42 +0300 Subject: docs: drop unused {include} /_include/common-references.txt from testing --- docs/contributing/testing.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs/contributing/testing.md') diff --git a/docs/contributing/testing.md b/docs/contributing/testing.md index b2929936..4ac98fe1 100644 --- a/docs/contributing/testing.md +++ b/docs/contributing/testing.md @@ -209,6 +209,3 @@ can be applied - you will get a commit error otherwise. If you are interested how those preconditions are fulfilled check the [vyos-build] repository and the `scripts/check-qemu-install` file. ::: - -```{include} /_include/common-references.txt -``` -- cgit v1.2.3 From 03d9ca059285bf85d39d1687e2ece7df3ba64dfc Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 14 May 2026 07:48:32 +0300 Subject: docs: rewrap long prose lines in testing to fit 80-char limit --- docs/contributing/testing.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'docs/contributing/testing.md') diff --git a/docs/contributing/testing.md b/docs/contributing/testing.md index 4ac98fe1..5ef8b919 100644 --- a/docs/contributing/testing.md +++ b/docs/contributing/testing.md @@ -155,8 +155,9 @@ as member ports. ## Config Load Tests -The other part of our tests are called "config load tests". The config load tests -will load - one after another - arbitrary configuration files to test if the +The other part of our tests are called "config load tests". The config +load tests will load - one after another - arbitrary configuration +files to test if the configuration migration scripts work as designed and that a given set of functionality still can be loaded with a fresh VyOS ISO image. @@ -165,8 +166,9 @@ as a testcase but also as reference if one wants to enable a certain feature. The configurations can be found here: -The entire test is controlled by the main wrapper script `/usr/bin/vyos-configtest` -which behaves in the same way as the main smoketest script. It scans the folder +The entire test is controlled by the main wrapper script +`/usr/bin/vyos-configtest` which behaves in the same way as the main +smoketest script. It scans the folder for potential configuration files and issues a `load` command one after another. ### Manual config load test -- cgit v1.2.3