forked from TrueCloudLab/frostfs-testlib
Various updates for failover and to cases
Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
parent
a34c34991f
commit
6cdeb497c0
3 changed files with 37 additions and 10 deletions
|
@ -239,4 +239,4 @@ class K6:
|
|||
|
||||
def __log_output(self) -> None:
|
||||
reporter.attach(self._k6_process.stdout(full=True), "K6 stdout")
|
||||
reporter.attach(self._k6_process.stderr(full=True), "K6 stderr")
|
||||
reporter.attach(f"{self._k6_process.process_dir}/stderr", "K6 stderr path")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue