diff options
| author | Christian Breunig <christian@breunig.cc> | 2024-07-19 13:49:32 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2024-07-19 13:49:32 +0200 |
| commit | f6485f7df8713298d81ec0d45c548417db111523 (patch) | |
| tree | d701e11cf5b6161c292e0130800261cd40c9a874 | |
| parent | 11b273108d78ab1588be3c077f40b2ac876369a4 (diff) | |
| download | vyos-1x-f6485f7df8713298d81ec0d45c548417db111523.tar.gz vyos-1x-f6485f7df8713298d81ec0d45c548417db111523.zip | |
smoketest: T6597: add "commit" debug information
| -rw-r--r-- | smoketest/scripts/cli/base_vyostest_shim.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/smoketest/scripts/cli/base_vyostest_shim.py b/smoketest/scripts/cli/base_vyostest_shim.py index 4bcc50453..5acfe20fd 100644 --- a/smoketest/scripts/cli/base_vyostest_shim.py +++ b/smoketest/scripts/cli/base_vyostest_shim.py @@ -80,6 +80,8 @@ class VyOSUnitTestSHIM: self._session.discard() def cli_commit(self): + if self.debug: + print('commit') self._session.commit() # during a commit there is a process opening commit_lock, and run() returns 0 while run(f'sudo lsof -nP {commit_lock}') == 0: |
