aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functest/odl-sfc/ovs_utils.py
diff options
context:
space:
mode:
authorManuel Buil <manuelbuil87@gmail.com>2016-12-02 12:19:42 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-02 12:19:42 +0000
commitf0791ea32270bcf9a3e1b5d3451053f6cf434e66 (patch)
tree0f63f1534341504dc3e39fc4661217090e1ccc13 /tests/functest/odl-sfc/ovs_utils.py
parent3a4f778d585690373c2fd2ca127ab16e289ea67a (diff)
parent49b7afaefc926cd90243deb8d5b958fb377018d6 (diff)
Merge "Refactor capture_time_log"
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):