aboutsummaryrefslogtreecommitdiffstats
path: root/nfvbench/config_plugin.py
diff options
context:
space:
mode:
authorfmenguy <francoisregis.menguy@orange.com>2021-07-07 11:05:28 +0200
committerfmenguy <francoisregis.menguy@orange.com>2021-07-08 14:08:12 +0200
commit6b8818d15c7f88706ba638df0e5320bc68572e19 (patch)
treeff9014aae6582739571c8b9ce128072bb667fdc9 /nfvbench/config_plugin.py
parentd746a7456e5e06c90edf61d04bdf33d97e5b958f (diff)
NFVBENCH-215 Fix wrong throughput ratio in latency tests
Change-Id: I5c976dd49a2c17b47559b1d6a565a6e78f7cfd0e Signed-off-by: fmenguy <francoisregis.menguy@orange.com>
Diffstat (limited to 'nfvbench/config_plugin.py')
-rw-r--r--nfvbench/config_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfvbench/config_plugin.py b/nfvbench/config_plugin.py
index 0596fcf..86e5505 100644
--- a/nfvbench/config_plugin.py
+++ b/nfvbench/config_plugin.py
@@ -91,7 +91,7 @@ class ConfigPlugin(ConfigPluginBase):
"""Return RunSpec for given platform."""
return specs.RunSpec(config.no_vswitch_access, openstack_spec)
- def validate_config(self, config, openstack_spec):
+ def validate_config(self, cfg, openstack_spec):
"""Nothing to validate by default."""
def prepare_results_config(self, cfg):