Clean results directory to reduce the size of the package uploaded 15/60815/2
authorxudan <xudan16@huawei.com>
Fri, 10 Aug 2018 02:58:26 +0000 (22:58 -0400)
committerDan Xu <xudan16@huawei.com>
Mon, 13 Aug 2018 01:47:11 +0000 (01:47 +0000)
JIRA: DOVETAIL-726

Change-Id: I57cb14cd5fe03a51e1691d7b48359bdd9b472ae4
Signed-off-by: xudan <xudan16@huawei.com>
etc/conf/bottlenecks_config.yml

index 8cb28fb..50843ea 100644 (file)
@@ -17,8 +17,12 @@ bottlenecks:
     - 'cp /home/opnfv/userconfig/images/cirros-0.4.0-x86_64-disk.img /tmp/yardstick.img'
   cmds:
     - 'python /home/opnfv/bottlenecks/testsuites/run_testsuite.py testcase {{validate_testcase}} False'
+  post_condition:
+    - 'mkdir -p /home/opnfv/bottlenecks/results'
+    - 'cp /tmp/bottlenecks.log /home/opnfv/bottlenecks/results'
+    - 'cp /tmp/bottlenecks.stress.ping.out /home/opnfv/bottlenecks/results'
   result:
-    dir: '/tmp'
+    dir: '/home/opnfv/bottlenecks/results'
   openrc: '/tmp/admin_rc.sh'
   extra_container:
     - 'Bottlenecks-Yardstick'