X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=vswitches%2Fovs.py;h=12620e22737882bd74c7cc183e1d89d4deaa78cc;hb=2cfae5e4569bf595e238a4ccb56a6ef5544a3265;hp=b6d64fb7f2ffda6a6a452677b3953b9cdc906709;hpb=023b29d33f11292a18af7f81c593f9f1642b3818;p=vswitchperf.git diff --git a/vswitches/ovs.py b/vswitches/ovs.py index b6d64fb7..12620e22 100644 --- a/vswitches/ovs.py +++ b/vswitches/ovs.py @@ -95,6 +95,14 @@ class IVSwitchOvs(IVSwitch, tasks.Process): """ pass + # Method could be a function + # pylint: disable=no-self-use + def get_version(self): + """See IVswitch for general description + """ + # OVS version can be read offline + return [] + def stop(self): """See IVswitch for general description """