Merge "Change log level in switchLat test"
diff --git a/TestON/tests/SCPF/SCPFswitchLat/SCPFswitchLat.py b/TestON/tests/SCPF/SCPFswitchLat/SCPFswitchLat.py
index 8f3dcda..8048d4f 100644
--- a/TestON/tests/SCPF/SCPFswitchLat/SCPFswitchLat.py
+++ b/TestON/tests/SCPF/SCPFswitchLat/SCPFswitchLat.py
@@ -168,9 +168,9 @@
"up", resultDict, True )
main.switchFunc.captureOfPack( main, main.device, main.ofPackage,
"down", resultDict, True )
- main.log.warn( "Before devices : " + str( main.Cluster.active( 0 ).CLI.devices() ) )
+ main.log.debug( "Before devices : " + str( main.Cluster.active( 0 ).CLI.devices() ) )
main.Cluster.active( 0 ).CLI.removeDevice( "of:0000000000000001" )
- main.log.warn( "After devices : " + str( main.Cluster.active( 0 ).CLI.devices() ) )
+ main.log.debug( "After devices : " + str( main.Cluster.active( 0 ).CLI.devices() ) )
while main.Cluster.active( 0 ).CLI.devices() != "[]":
main.log.error( "DEVICE NOT REMOVED !!!!!")
main.Cluster.active( 0 ).CLI.removeDevice( "of:0000000000000001" )
@@ -179,9 +179,9 @@
"up", resultDict, False )
main.switchFunc.captureOfPack( main, main.device, main.ofPackage,
"down", resultDict, False )
- main.log.warn( "Before devices : " + str( main.Cluster.active( 0 ).CLI.devices() ) )
+ main.log.debug( "Before devices : " + str( main.Cluster.active( 0 ).CLI.devices() ) )
main.Cluster.active( 0 ).CLI.removeDevice( "of:0000000000000001" )
- main.log.warn("After devices : " + str(main.Cluster.active(0).CLI.devices()))
+ main.log.debug("After devices : " + str(main.Cluster.active(0).CLI.devices()))
while main.Cluster.active( 0 ).CLI.devices() != "[]":
main.log.error( "DEVICE NOT REMOVED !!!!!")
main.Cluster.active( 0 ).CLI.removeDevice( "of:0000000000000001" )