diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-21 21:29:06 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-04-21 21:29:06 +0200 |
commit | edb7d7959a70e705fdf91004b152b3aed16ed81d (patch) | |
tree | 496228273603b787e13fbd2211db5fbbd29acd7a | |
parent | 9fec5003f7dc50fa7e75b924c8f0efcc1f8e79e5 (diff) | |
download | vyos-documentation-edb7d7959a70e705fdf91004b152b3aed16ed81d.tar.gz vyos-documentation-edb7d7959a70e705fdf91004b152b3aed16ed81d.zip |
testing: add hint for smoketest debugging
-rw-r--r-- | docs/contributing/testing.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/contributing/testing.rst b/docs/contributing/testing.rst index 78860c06..f5d3db52 100644 --- a/docs/contributing/testing.rst +++ b/docs/contributing/testing.rst @@ -57,6 +57,9 @@ The script only searches for executable "test-cases" under .. note:: As Smoketests will alter the system configuration and you are logged in remote you may loose your connection to the system. +.. note:: To enable smoketest debugging (print of the CLI set commands used) + you can run: ``touch /tmp/vyos.smoketest.debug``. + Manual Smoketest Run -------------------- |