summaryrefslogtreecommitdiff
path: root/docs/contributing/testing.rst
diff options
context:
space:
mode:
authorSebastian Weber <s@web3r.de>2024-01-17 21:40:04 +0100
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-01-19 20:07:29 +0000
commit84b4a10bbed21e623da7e6c2d21aff0986398210 (patch)
tree4a6c3cecb99dfefc829b1dc640401c26e17dd6d0 /docs/contributing/testing.rst
parent9ad99d5e91c848aec7d3c348f809a77580260bcc (diff)
downloadvyos-documentation-84b4a10bbed21e623da7e6c2d21aff0986398210.tar.gz
vyos-documentation-84b4a10bbed21e623da7e6c2d21aff0986398210.zip
Fix spelling in contributing
(cherry picked from commit 1eef218af2ea9a8f8267d8e42418a680824449ff)
Diffstat (limited to 'docs/contributing/testing.rst')
-rw-r--r--docs/contributing/testing.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/contributing/testing.rst b/docs/contributing/testing.rst
index 772ff04a..78860c06 100644
--- a/docs/contributing/testing.rst
+++ b/docs/contributing/testing.rst
@@ -20,7 +20,7 @@ Jenkins CI
Our `VyOS CI`_ system is based on Jenkins and builds all our required packages
for VyOS 1.2 to 1.4. In addition to the package build, there is the vyos-build
Job which builds and tests the VyOS ISO image which is published after a
-successfull test drive.
+successful test drive.
We differentiate in two independent tests, which are both run in parallel by
two separate QEmu instances which are launched via ``make test`` and ``make
@@ -42,7 +42,7 @@ with the following packages:
if (params.BUILD_SMOKETESTS)
CUSTOM_PACKAGES = '--custom-package vyos-1x-smoketest'
-So if you plan to build your own custom ISO image and wan't to make use of our
+So if you plan to build your own custom ISO image and want to make use of our
smoketests, ensure that you have the `vyos-1x-smoketest` package installed.
The ``make test`` command from the vyos-build_ repository will launch a new
@@ -106,7 +106,7 @@ Those common tests consists out of:
* VLANs (QinQ and regular 802.1q)
* ...
-.. note:: When you are working on interface configuration and you also wan't to
+.. note:: When you are working on interface configuration and you also want to
test if the Smoketests pass you would normally loose the remote SSH connection
to your :abbr:`DUT (Device Under Test)`. To handle this issue, some of the
interface based tests can be called with an environment variable beforehand