commit | 6d41d9ca106463a5c886da4bda2dfc61bf65a9ba | [log] [tgz] |
---|---|---|
author | steven30801 <steven30801@gmail.com> | Sun Nov 25 19:22:11 2018 +0800 |
committer | steven30801 <steven30801@gmail.com> | Tue Jan 29 18:12:19 2019 +0800 |
tree | dcc8c84c3efa4b2b6c77263d3768af830f944e4d | |
parent | c0c0ee2e713389d0a3fa29d7c98cbd3f90543fce [diff] |
[ONOS-7676] Enable support for fabric.p4 in SegmentRouting ONOS System Tests Change-Id: Id877b01672dab846b403ab752b4f92b5bebcb099
diff --git a/TestON/drivers/common/cli/onosclidriver.py b/TestON/drivers/common/cli/onosclidriver.py index 82bd41e..6d7a001 100755 --- a/TestON/drivers/common/cli/onosclidriver.py +++ b/TestON/drivers/common/cli/onosclidriver.py
@@ -2731,7 +2731,7 @@ for l in rawFlows: totalFlows += int( l.split( "Count=" )[ 1 ] ) else: - main.log.error( "Response not as expected!" ) + main.log.warn( "Response not as expected!" ) return None return totalFlows