Fix typo of hostmonitor

There is a typo in hostmonitor's comment.
This patch fixed it.

Change-Id: Ia57bb5281e19f211bddcfab8f3289d3cd9bfead0
This commit is contained in:
Kengo Takahara 2017-04-19 18:28:03 +09:00
parent 2cd33fa3ee
commit bc06c90e67
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.