commit | 6509dbf4b512fe93f6ffd4a6c3aa3b3d02de334d | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@ciena.com> | Tue Jun 21 17:01:17 2016 -0700 |
committer | Jon Hall <jhall@ciena.com> | Tue Jun 21 17:01:17 2016 -0700 |
tree | e363af261b398d050203f3cdf18c592d55d93a9e | |
parent | 16c7708249cc091c5f66791a2357c4616790859d [diff] |
Fixing some common typos throughout the repo - main.True -> main.TRUE - main.False -> main.FALSE - main.log.step -> main.step - main.log.case -> main.case Change-Id: I522abc5876dee3db360649be8f068d7213c00b42
diff --git a/TestON/tests/SCPF/SCPFscalingMaxIntentsWithFlowObj/SCPFscalingMaxIntentsWithFlowObj.py b/TestON/tests/SCPF/SCPFscalingMaxIntentsWithFlowObj/SCPFscalingMaxIntentsWithFlowObj.py index 438338a..6177b1a 100644 --- a/TestON/tests/SCPF/SCPFscalingMaxIntentsWithFlowObj/SCPFscalingMaxIntentsWithFlowObj.py +++ b/TestON/tests/SCPF/SCPFscalingMaxIntentsWithFlowObj/SCPFscalingMaxIntentsWithFlowObj.py
@@ -198,7 +198,7 @@ main.step( "Start ONOS CLI on all nodes" ) cliResult = main.TRUE - main.log.step(" Start ONOS cli using thread ") + main.step(" Start ONOS cli using thread ") startCliResult = main.TRUE pool = []