From 49b7afaefc926cd90243deb8d5b958fb377018d6 Mon Sep 17 00:00:00 2001 From: George Paraskevopoulos Date: Thu, 24 Nov 2016 10:36:24 +0200 Subject: Refactor capture_time_log Make the logic simpler and generalize timing capabilities with a decorator. Also fetch functionality from this functest commit. https://gerrit.opnfv.org/gerrit/#/c/24559/ Change-Id: I0c6392f384021b8f8a3ce3f740c2e5f980e0078c Signed-off-by: George Paraskevopoulos --- tests/functest/odl-sfc/ovs_utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/functest/odl-sfc/ovs_utils.py') diff --git a/tests/functest/odl-sfc/ovs_utils.py b/tests/functest/odl-sfc/ovs_utils.py index af1f232c..48dfd620 100644 --- a/tests/functest/odl-sfc/ovs_utils.py +++ b/tests/functest/odl-sfc/ovs_utils.py @@ -21,6 +21,7 @@ class OVSLogger(object): self.ovs_dir = basedir self.ft_resdir = ft_resdir self.__mkdir_p(self.ovs_dir) + self.__mkdir_p(self.ft_resdir) def __mkdir_p(self, dirpath): if not os.path.exists(dirpath): -- cgit 1.2.3-korg