Added more coding style fixes
diff --git a/TestON/tests/ProdFunc/ProdFunc.params b/TestON/tests/ProdFunc/ProdFunc.params
index 1189301..2d1f421 100755
--- a/TestON/tests/ProdFunc/ProdFunc.params
+++ b/TestON/tests/ProdFunc/ProdFunc.params
@@ -1,6 +1,6 @@
<PARAMS>
- <testcases>1,4,10,5,6,7,8,9,2,8,20,21,22,10,23,24</testcases>
+ <testcases>1,4,9</testcases>
#Environment variables
<ENV>
<cellName>driver_test</cellName>
diff --git a/TestON/tests/ProdFunc/ProdFunc.py b/TestON/tests/ProdFunc/ProdFunc.py
index 40d43ae..3a28e2b 100755
--- a/TestON/tests/ProdFunc/ProdFunc.py
+++ b/TestON/tests/ProdFunc/ProdFunc.py
@@ -1136,13 +1136,13 @@
main.log.report( "__________________________________" )
main.log.info( "Adding point intents" )
main.case(
- "Adding bidirectional point for mn hosts \
- ( h8-h18, h9-h19, h10-h20, h11-h21, h12-h22,\
- h13-h23, h14-h24, h15-h25, h16-h26, h17-h27 )" )
-
- var1 = "Add point intents for mn hosts h8 and h18 or \
- ONOS hosts h8 and h12"
- main.step(var1)
+ '''Adding bidirectional point for mn hosts
+ ( h8-h18, h9-h19, h10-h20, h11-h21, h12-h22,
+ h13-h23, h14-h24, h15-h25, h16-h26, h17-h27 )''' )
+
+ main.step( "Add point intents for mn hosts h8 and h18 or \
+ ONOS hosts h8 and h12" )
+ # main.step(var1)
ptpIntentResult = main.ONOS2.addPointIntent(
"of:0000000000003008/1",
"of:0000000000006018/1" )