X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Fplanetlab%2Fopenvswitch%2Fovsport.py;fp=src%2Fnepi%2Fresources%2Fplanetlab%2Fopenvswitch%2Fovsport.py;h=25f7c03db17f425a97dc4d77ec61c652a015154e;hb=00be6a6a023debb382d6d351cf005b233da20623;hp=f2cfb3eb9d4ac87706902dec86a9ff38d52a2d65;hpb=c9d46a2c9d44f80e3e9d376896484dd98f469935;p=nepi.git diff --git a/src/nepi/resources/planetlab/openvswitch/ovsport.py b/src/nepi/resources/planetlab/openvswitch/ovsport.py index f2cfb3eb..25f7c03d 100644 --- a/src/nepi/resources/planetlab/openvswitch/ovsport.py +++ b/src/nepi/resources/planetlab/openvswitch/ovsport.py @@ -229,11 +229,13 @@ class PlanetlabOVSPort(LinuxApplication): command = " ".join(command) command = self.replace_paths(command) return command - - def verify_connection(self): + + def verify_connection(self, remote_endpoint, connection_app_home, + connection_run_home): self.ovsswitch.ovs_status() - def terminate_connection(self): + def terminate_connection(self, endpoint, connection_app_home, + connection_run_home): return True def check_status(self):