From d2a04a76f9f03ca4c34cfed335c14d7c3319c634 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Wed, 22 Mar 2017 02:39:25 -0400 Subject: dovetail tool: refstack testcase integration JIRA: DOVETAIL-370 Change-Id: I60c9f431358f848e24abcb865c4b2ca8c3b2d843 Signed-off-by: MatthewLi --- dovetail/test_runner.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dovetail/test_runner.py') diff --git a/dovetail/test_runner.py b/dovetail/test_runner.py index ea58768c..a67a6314 100644 --- a/dovetail/test_runner.py +++ b/dovetail/test_runner.py @@ -45,6 +45,11 @@ class DockerRunner(object): self.logger.debug('container id:%s', container_id) + dest_path = self.testcase.pre_copy_dest_path() + if dest_path: + src_path = self.testcase.mk_src_file() + ret, msg = Container.pre_copy(container_id, src_path, dest_path) + if not self.testcase.prepared(): prepare_failed = False cmds = self.testcase.pre_condition() -- cgit 1.2.3-korg