commit | a99c3bdb50e79bea2fcaa3d3d09422083ebe5c23 | [log] [tgz] |
---|---|---|
author | YPZhang <yunpeng@onlab.us> | Thu May 26 20:35:51 2016 +0000 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu May 26 20:35:51 2016 +0000 |
tree | d0cbdf2e14a0e814896657d9465ce17574da250b | |
parent | 083ae9884f12942c49cd61bc0fcefa40a2cff8ac [diff] | |
parent | f9f0fa987e3bf974fe073c695b6f16a0d2d37cd3 [diff] |
Merge "HotFix SCPFscalingMaxIntents and SCPFscalingMaxIntentsWithFobj - Fixed a small bug. If test failed in early, the intents number is not correct."
diff --git a/TestON/tests/SCPF/SCPFscalingMaxIntents/SCPFscalingMaxIntents.py b/TestON/tests/SCPF/SCPFscalingMaxIntents/SCPFscalingMaxIntents.py index 608f0e6..a6f4445 100644 --- a/TestON/tests/SCPF/SCPFscalingMaxIntents/SCPFscalingMaxIntents.py +++ b/TestON/tests/SCPF/SCPFscalingMaxIntents/SCPFscalingMaxIntents.py
@@ -483,6 +483,7 @@ if not intentsState: # If some intents are not installed, grep the previous flows list, and finished this test case main.log.warn( "Some intens did not install" ) + verifyTotalIntents = main.CLIs[0].getTotalIntentsNum(timeout=600) main.log.info("Total Intents: {}".format( verifyTotalIntents) ) break
diff --git a/TestON/tests/SCPF/SCPFscalingMaxIntentsWithFlowObj/SCPFscalingMaxIntentsWithFlowObj.py b/TestON/tests/SCPF/SCPFscalingMaxIntentsWithFlowObj/SCPFscalingMaxIntentsWithFlowObj.py index 97dc6f3..438338a 100644 --- a/TestON/tests/SCPF/SCPFscalingMaxIntentsWithFlowObj/SCPFscalingMaxIntentsWithFlowObj.py +++ b/TestON/tests/SCPF/SCPFscalingMaxIntentsWithFlowObj/SCPFscalingMaxIntentsWithFlowObj.py
@@ -486,6 +486,7 @@ if not intentsState: # If some intents are not installed, grep the previous flows list, and finished this test case main.log.warn( "Some intens did not install" ) + verifyTotalIntents = main.CLIs[0].getTotalIntentsNum(timeout=600) main.log.info("Total Intents: {}".format( totalIntents) ) break