commit | 724fdb5f025ad034b0abfd649e9e69fed4b1b183 | [log] [tgz] |
---|---|---|
author | Devin Lim <devin@opennetworking.org> | Wed Oct 18 10:22:36 2017 -0700 |
committer | Devin Lim <devin@opennetworking.org> | Wed Oct 18 10:22:36 2017 -0700 |
tree | f25ca45e4ef4fbd8669f299dc64d3c70aaa2ec95 | |
parent | 271b321af41f85a027a628474cc7427a995a6794 [diff] |
scale topo typo fix Change-Id: Ib176a1d79f044da22b46ce8337fd325ba576a0b6
diff --git a/TestON/tests/SCPF/SCPFscaleTopo/dependencies/scaleTopoFunction.py b/TestON/tests/SCPF/SCPFscaleTopo/dependencies/scaleTopoFunction.py index a48ddf7..b59a833 100644 --- a/TestON/tests/SCPF/SCPFscaleTopo/dependencies/scaleTopoFunction.py +++ b/TestON/tests/SCPF/SCPFscaleTopo/dependencies/scaleTopoFunction.py
@@ -446,7 +446,7 @@ while compareRetry < 3 and main.postResult: for controller in main.Cluster.active(): if controller.CLI.summary() is None: - main.info.error( "Something happened to ONOS. Skip the rest of the steps" ) + main.log.error( "Something happened to ONOS. Skip the rest of the steps" ) main.postResult = False break time.sleep( 5 )