X-Git-Url: http://git.onelab.eu/?p=nepi.git;a=blobdiff_plain;f=examples%2Fopenvswitch%2Fovs_ping_2_switches.py;fp=examples%2Fopenvswitch%2Fovs_ping_2_switches.py;h=a28bef20ae965d52a6a42d414afa66e1330ceb1e;hp=84c28d0b24f74f24ddff22964fd9310c44e77841;hb=039fbd9629d7570d4c175a5448d24badcd0f3aba;hpb=4118821ed6b57a7a88bf0471aa7ae6acff4187c6 diff --git a/examples/openvswitch/ovs_ping_2_switches.py b/examples/openvswitch/ovs_ping_2_switches.py index 84c28d0b..a28bef20 100644 --- a/examples/openvswitch/ovs_ping_2_switches.py +++ b/examples/openvswitch/ovs_ping_2_switches.py @@ -33,6 +33,8 @@ # $ PYTHONPATH=$PYTHONPATH:src/ python examples/openvswitch/ovs_ping_2_switches.py -n "192.168.3.0/24" -C "1.1.1.1" -s -i /~/.ssh/id_rsa # +from __future__ import print_function + from nepi.execution.ec import ExperimentController import os @@ -202,5 +204,4 @@ stdout = ec.trace(app, "stdout") # Delete the overlay network ec.shutdown() -print stdout - +print(stdout)