From: George Paraskevopoulos Date: Tue, 25 Oct 2016 13:14:52 +0000 (+0300) Subject: Fix bug in ovs utils X-Git-Tag: 0.2~1109 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=4efc4d814a646bc0a04e23fa761a8188928e8e58;p=functest-xtesting.git Fix bug in ovs utils Change-Id: I86995a2fce5199c9267edc0e0596d868cc7d20ab Signed-off-by: George Paraskevopoulos --- diff --git a/testcases/features/sfc/ovs_utils.py b/testcases/features/sfc/ovs_utils.py index 29eed384..20ab5a7e 100644 --- a/testcases/features/sfc/ovs_utils.py +++ b/testcases/features/sfc/ovs_utils.py @@ -18,7 +18,7 @@ logger = rl.Logger('ovs_utils').getLogger() class OVSLogger(object): def __init__(self, basedir, ft_resdir): self.ovs_dir = basedir - self.ft.resdir = ft_resdir + self.ft_resdir = ft_resdir self.__mkdir_p(self.ovs_dir) def __mkdir_p(self, dirpath):