NS3Client: replacing socat for ssh
[nepi.git] / test / resources / linux / ns3 / ns3client.py
index afe7586..8fad928 100644 (file)
@@ -44,7 +44,7 @@ class DummySimulation(object):
         self.node = dict({'hostname': 'localhost'})
 
     @property
-    def local_socket(self):
+    def remote_socket(self):
         return self.socket_name
 
 class LinuxNS3ClientTest(unittest.TestCase):