X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=nfvbench%2Fchain_workers.py;fp=nfvbench%2Fchain_workers.py;h=0ed2648cd6cd4c5f0f7569e0f7a97abc5a375c31;hb=8b1b3e5c7fb91f450b2abe4a8201bcfec14b2bb9;hp=7c669d149d20f49d97200e0b254fc629457cb659;hpb=4988edf6afb74026db81677f25877b27b8fcfc05;p=nfvbench.git diff --git a/nfvbench/chain_workers.py b/nfvbench/chain_workers.py index 7c669d1..0ed2648 100644 --- a/nfvbench/chain_workers.py +++ b/nfvbench/chain_workers.py @@ -29,6 +29,9 @@ class BasicWorker(object): def get_version(self): return {} + def config_interfaces(self): + return {} + def close(self): pass