commit | 70b2ff489ef8277f207e0b3b48f740a3c1d31977 | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@onlab.us> | Tue Nov 17 15:49:44 2015 -0800 |
committer | Jon Hall <jhall@onlab.us> | Tue Nov 17 15:49:44 2015 -0800 |
tree | 8c6431bdf6520fd4b8343dfc963f746ec8333554 | |
parent | 68467ebd27d7de5de698aaa6d49751bbd869629b [diff] [blame] |
Fix some typos Change-Id: I0b9ced6dd489b57a3177f005696b01896824b853
diff --git a/TestON/tests/SCPFswitchLat/SCPFswitchLat.py b/TestON/tests/SCPFswitchLat/SCPFswitchLat.py index 4ad87be..1f4510f 100644 --- a/TestON/tests/SCPFswitchLat/SCPFswitchLat.py +++ b/TestON/tests/SCPFswitchLat/SCPFswitchLat.py
@@ -108,7 +108,7 @@ scale.remove(scale[0]) #kill off all onos processes - main.log.step("Safety check, killing all ONOS processes before initiating enviornment setup") + main.log.step("Safety check, killing all ONOS processes before initiating environment setup") for node in range(main.maxNodes): main.ONOSbench.onosDie(main.ONOSIp[node])