From: George Paraskevopoulos Date: Tue, 25 Oct 2016 13:14:52 +0000 (+0300) Subject: Fix bug in ovs utils X-Git-Tag: danube.1.RC1~339 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F67%2F23667%2F1;p=functest.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 29eed3844..20ab5a7e3 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):