add option to display per host start to default (#53819)

* add option to display per host start to default
This commit is contained in:
Brian Coca
2019-04-12 12:42:38 -04:00
committed by GitHub
parent 5eb3117822
commit 9f87552f06
4 changed files with 18 additions and 1 deletions

View File

@@ -12,5 +12,5 @@
- assert:
that:
- "pbexec_json.rc == 0"
- "pbexec_json.events|length == 6"
- "pbexec_json.events|length == 7"
- "'localhost' in pbexec_json.stats.ok"