diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 07:48:32 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 07:48:32 +0300 |
| commit | 03d9ca059285bf85d39d1687e2ece7df3ba64dfc (patch) | |
| tree | 8ffcc3a331ff07d110da44a8ae66ae1524534a36 /docs | |
| parent | 63159a85d1c138e216334b736eebd2548c360c01 (diff) | |
| download | vyos-documentation-03d9ca059285bf85d39d1687e2ece7df3ba64dfc.tar.gz vyos-documentation-03d9ca059285bf85d39d1687e2ece7df3ba64dfc.zip | |
docs: rewrap long prose lines in testing to fit 80-char limit
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/contributing/testing.md | 10 |
1 files changed, 6 insertions, 4 deletions
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: <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 |
