X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=nfvbench%2Fnfvbench.py;fp=nfvbench%2Fnfvbench.py;h=589965208b0882cb961ff82239795504a2123858;hb=aea0c395c0eb20b34a289aa4ed0f3f023e9f57b2;hp=bf6e5d067dd8f0a0e5b6513c64ee44c812cbe13e;hpb=42b8c6bee8e2f64c53b86ceba76210645b10da69;p=nfvbench.git diff --git a/nfvbench/nfvbench.py b/nfvbench/nfvbench.py index bf6e5d0..5899652 100644 --- a/nfvbench/nfvbench.py +++ b/nfvbench/nfvbench.py @@ -68,7 +68,7 @@ class NFVBench(object): sys.stdout.flush() def setup(self): - self.specs.set_run_spec(self.config_plugin.get_run_spec(self.specs.openstack)) + self.specs.set_run_spec(self.config_plugin.get_run_spec(self.config, self.specs.openstack)) self.chain_runner = ChainRunner(self.config, self.clients, self.cred,