(cmd string, args ...string)
| 199 | // Runs a specified command and arguments. Returns the stdout and stderr. |
| 200 | Run(cmd string, args ...string) (string, string) |
| 201 | RunStress(cmd string, args ...string) (string, string) |
| 202 | } |
| 203 | |
| 204 | type CadvisorActions interface { |
no outgoing calls
no test coverage detected