It's useful to see the connection attempts and the transactions
in case of test failures.

Signed-off-by: Ilya Maximets <[email protected]>
---
 tests/test-ovsdb.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/test-ovsdb.py b/tests/test-ovsdb.py
index 73fcba63a..c03476c7f 100644
--- a/tests/test-ovsdb.py
+++ b/tests/test-ovsdb.py
@@ -27,12 +27,17 @@ import ovs.ovsuuid
 import ovs.poller
 import ovs.stream
 import ovs.util
+import ovs.vlog
 from ovs.db import data
 from ovs.db import error
 from ovs.fatal_signal import signal_alarm
 
 import six
 
+vlog = ovs.vlog.Vlog("test-ovsdb")
+vlog.set_levels_from_string("console:dbg")
+vlog.init(None)
+
 
 def unbox_json(json):
     if type(json) == list and len(json) == 1:
-- 
2.17.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to