summaryrefslogtreecommitdiffstats
path: root/tests/functest/odl-sfc/ovs_utils.py
diff options
context:
space:
mode:
authorGeorge Paraskevopoulos <geopar@intracom-telecom.com>2016-11-24 10:36:24 +0200
committerGeorge Paraskevopoulos <geopar@intracom-telecom.com>2016-12-01 18:05:03 +0200
commit49b7afaefc926cd90243deb8d5b958fb377018d6 (patch)
tree7dd63508f30885cb6b3926faaf597159cff1b72f /tests/functest/odl-sfc/ovs_utils.py
parent34ac334f68ad52feb34b5503a16d4f1eccffdc14 (diff)
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 <geopar@intracom-telecom.com>
Diffstat (limited to 'tests/functest/odl-sfc/ovs_utils.py')
-rw-r--r--tests/functest/odl-sfc/ovs_utils.py1
1 files changed, 1 insertions, 0 deletions
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):