From efc678c9d3843dcfd373b5749a88c51228b0b27c Mon Sep 17 00:00:00 2001 From: ahothan Date: Thu, 21 Dec 2017 17:17:46 -0800 Subject: [NFVBENCH-59] Add Unit Testing of the NDR/PDR convergence algorithm using the dummy traffic gen [NFVBENCH-60] Fix pylint warnings Change-Id: I72deec060bf25774d1be33eaeefc74b42a576483 Signed-off-by: ahothan --- nfvbench/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nfvbench/config.py') diff --git a/nfvbench/config.py b/nfvbench/config.py index 8139389..5feeda5 100644 --- a/nfvbench/config.py +++ b/nfvbench/config.py @@ -14,9 +14,9 @@ # from attrdict import AttrDict -from log import LOG import yaml +from log import LOG def config_load(file_name, from_cfg=None, whitelist_keys=None): """Load a yaml file into a config dict, merge with from_cfg if not None -- cgit 1.2.3-korg