attacker_process: fix typo s/envrioment/environment/ 81/37481/1
authorRoss Brattain <ross.b.brattain@intel.com>
Fri, 14 Jul 2017 08:24:25 +0000 (01:24 -0700)
committerRoss Brattain <ross.b.brattain@intel.com>
Fri, 14 Jul 2017 08:24:46 +0000 (01:24 -0700)
Change-Id: I1e5db657eb88c73b5d9223c47e2d97dc79eec1f1
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
yardstick/benchmark/scenarios/availability/attacker/attacker_process.py

index f7ab23d..cb171ea 100644 (file)
@@ -47,11 +47,11 @@ class ProcessAttacker(BaseAttacker):
                 stdin=stdin_file)
 
         if stdout:
-            LOG.info("check the envrioment success!")
+            LOG.info("check the environment success!")
             return int(stdout.strip('\n'))
         else:
             LOG.error(
-                "the host envrioment is error, stdout:%s, stderr:%s",
+                "the host environment is error, stdout:%s, stderr:%s",
                 stdout, stderr)
         return False