Merge "Fix typo of hostmonitor"

This commit is contained in:
Jenkins 2017-05-29 05:30:37 +00:00 committed by Gerrit Code Review
commit dbd53c13a7
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class HandleHost(driver.DriverBase):
command = cmd_str.split(' ')
try:
# Execute crmadmin command.
# Execute tcpdump command.
out, err = utils.execute(*command, run_as_root=True)
# If command doesn't raise exception, nic is normal.