X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=test%2Fresources%2Fplanetlab%2Fns3%2Fcross_ns3_planetlab_fdtunnel_ping.py;h=8dd6a16bc5aed99341ead44c005c44f0a9cc855f;hb=e55924b6886bd7382a28e1ae235c4810f852e163;hp=0c05952ac0138d6054427c0735a18c4ef67b85bb;hpb=db88361f45034b3286b2d1f6967023a64890f6cb;p=nepi.git diff --git a/test/resources/planetlab/ns3/cross_ns3_planetlab_fdtunnel_ping.py b/test/resources/planetlab/ns3/cross_ns3_planetlab_fdtunnel_ping.py index 0c05952a..8dd6a16b 100755 --- a/test/resources/planetlab/ns3/cross_ns3_planetlab_fdtunnel_ping.py +++ b/test/resources/planetlab/ns3/cross_ns3_planetlab_fdtunnel_ping.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 @@ -122,7 +121,7 @@ class LinuxNS3FdNetDeviceTest(unittest.TestCase): ec.set(fddev2, "prefix", "30") ec.register_connection(nsnode2, fddev2) - tunnel = ec.register_resource("planetlab::ns3::P2PFdUdpTunnel") + tunnel = ec.register_resource("planetlab::ns3::FdUdpTunnel") ec.register_connection(tunnel, fddev1) ec.register_connection(tunnel, fddev2)