commit | 8b1285b61b1103c0c856c857a1f7299fe79b8288 | [log] [tgz] |
---|---|---|
author | suibin zhang <suibin@onlab.us> | Tue Aug 25 20:19:56 2015 +0000 |
committer | Gerrit Code Review <gerrit@onlab.us> | Tue Aug 25 20:19:56 2015 +0000 |
tree | 36447f87bc8063f0dff63b0519796479b98a90c5 | |
parent | 772363b87ca607e1b0f8bd4d5a1864c9acaa18f8 [diff] | |
parent | d942a9f9e760497471f69e1f14fb5d618285df01 [diff] |
Merge "Fixed the infinite loop issue"
diff --git a/TestON/drivers/common/cli/onosdriver.py b/TestON/drivers/common/cli/onosdriver.py index 0bdb9b0..2b37186 100644 --- a/TestON/drivers/common/cli/onosdriver.py +++ b/TestON/drivers/common/cli/onosdriver.py
@@ -2225,7 +2225,7 @@ #if deviceCount: # passed = "devices=" + str(deviceCount) + "," not in summaryStr - + passed = False if "SCC(s)=1," in summaryStr: passed = True print("Summary is verifed")