diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-03-11 11:19:29 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-03-11 11:19:29 -0500 |
| commit | a7c0a04f097104942f43ae554df9f17b74f5f509 (patch) | |
| tree | 4a80113cea9cf641c5439b0a386e9ca92c7c145e /tests/topotests/lib/topotest.py | |
| parent | 737d8a8dd1e6aa7ea8f815dd1f5eaed2b58aee5b (diff) | |
tests: Make all commands logged
Do not allow the test system to turn off the logging of commands
Some tests use the reload command that is accidently turning off
the logging. Just force the tests to ignore it.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/lib/topotest.py')
| -rw-r--r-- | tests/topotests/lib/topotest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/lib/topotest.py b/tests/topotests/lib/topotest.py index 4e5fe4c90b..62b6a8a70e 100644 --- a/tests/topotests/lib/topotest.py +++ b/tests/topotests/lib/topotest.py @@ -1749,7 +1749,7 @@ class Router(Node): daemon, self.logdir, self.name ) - cmdopt = "{} --log file:{}.log --log-level debug".format( + cmdopt = "{} --command-log-always --log file:{}.log --log-level debug".format( daemon_opts, daemon ) if extra_opts: |
