forked from TrueCloudLab/frostfs-testlib
[#338] Added parameter word_count to method get_logs
Signed-off-by: Ilyas Niyazov <i.niyazov@yadro.com>
This commit is contained in:
parent
cc7bd4ffc9
commit
335eed85b1
2 changed files with 3 additions and 0 deletions
|
@ -250,6 +250,7 @@ class DockerHost(Host):
|
|||
unit: Optional[str] = None,
|
||||
exclude_filter: Optional[str] = None,
|
||||
priority: Optional[str] = None,
|
||||
word_count: bool = None,
|
||||
) -> str:
|
||||
client = self._get_docker_client()
|
||||
filtered_logs = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue