Fix Flake8 errors
[integration/test.git] / csit / suites / lacp / Lacp_Feature_OF13 / LACP_custom1.py
index e2386d08b5aff60b509f5c6fbf24fae58af98908..1234c784585682778e87118701efb9dcd1ac1729 100644 (file)
@@ -54,8 +54,8 @@ class LacpTopo(Topo):
     net.build()
     s1.start([c0])
     s1.cmd('sudo ovs-vsctl set bridge s1 protocols=OpenFlow13')
-    print h1.cmd('./h1-bond0.sh')
-    print h2.cmd('./h2-bond0.sh')
+    print(h1.cmd('./h1-bond0.sh'))
+    print(h2.cmd('./h2-bond0.sh'))
     CLI(net)
     net.stop()