X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=test%2Fresources%2Fns3%2Fns3wrapper.py;h=b9998cf860fd8ce0a5649754e793f6f5793ca3b1;hb=039fbd9629d7570d4c175a5448d24badcd0f3aba;hp=87657616f87d265d66cedbe2c864219266153e84;hpb=1e2eb157cb569e9c28a5b7888ed97076d27414cb;p=nepi.git diff --git a/test/resources/ns3/ns3wrapper.py b/test/resources/ns3/ns3wrapper.py index 87657616..b9998cf8 100755 --- a/test/resources/ns3/ns3wrapper.py +++ b/test/resources/ns3/ns3wrapper.py @@ -4,9 +4,8 @@ # Copyright (C) 2013 INRIA # # This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# it under the terms of the GNU General Public License version 2 as +# published by the Free Software Foundation; # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -29,6 +28,7 @@ # # node n0 sends IGMP traffic to node n3 +from __future__ import print_function from nepi.resources.ns3.ns3wrapper import NS3Wrapper @@ -181,10 +181,10 @@ class NS3WrapperTest(unittest.TestCase): wrapper.invoke(csma, "EnableAsciiAll", "/tmp/csma-ping-ascii") def SinkRx(packet, address): - print packet + print(packet) def PingRtt(context, rtt): - print context, rtt + print(context, rtt) # XXX: No biding for MakeCallback #Config::ConnectWithoutContext ("/NodeList/3/ApplicationList/0/$ns3::PacketSink/Rx",