summaryrefslogtreecommitdiff
path: root/docs/contributing/testing.md
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2026-05-14 05:06:02 +0000
committerGitHub <noreply@github.com>2026-05-14 05:06:02 +0000
commitf26533d4f878c9faaeccbc4d07cb370d8c585297 (patch)
treebe018e3ca67bf1212ada6cac3b8d75816fad322c /docs/contributing/testing.md
parent90f7c6527c98a147b6cf54d801d100a1cee5b4b9 (diff)
parente2f7627157009694eb6b155b175ed109d6bdad22 (diff)
downloadvyos-documentation-f26533d4f878c9faaeccbc4d07cb370d8c585297.tar.gz
vyos-documentation-f26533d4f878c9faaeccbc4d07cb370d8c585297.zip
Merge pull request #2040 from vyos/yuriy/common-references-cleanup-sagitta
docs: drop unused {include} of _include/common-references.txt from 11 sagitta MD pages + rewrap long lines
Diffstat (limited to 'docs/contributing/testing.md')
-rw-r--r--docs/contributing/testing.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/contributing/testing.md b/docs/contributing/testing.md
index b2929936..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:
<https://github.com/vyos/vyos-1x/tree/current/smoketest/configs>
-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
@@ -209,6 +211,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
-```