From 7c94c0e8de23a090bf4530d573d689073f67b15f Mon Sep 17 00:00:00 2001 From: xudan Date: Wed, 22 Aug 2018 00:04:34 -0400 Subject: Add a volume mapping for Bottlenecks All results files including the .out files are stored in Yardstick /tmp Need to map that with host's /tmp to parse the results. JIRA: DOVETAIL-727 Change-Id: I5a81e6e6bdf79b2e0074df505deb425c37b93300 Signed-off-by: xudan --- etc/conf/bottlenecks_config.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/conf') diff --git a/etc/conf/bottlenecks_config.yml b/etc/conf/bottlenecks_config.yml index 5d369fde..85551317 100644 --- a/etc/conf/bottlenecks_config.yml +++ b/etc/conf/bottlenecks_config.yml @@ -11,6 +11,7 @@ bottlenecks: envs: '-e DEPLOY_SCENARIO={{deploy_scenario}} -e Yardstick_TAG=stable -e OUTPUT_FILE={{testcase}}.out' volumes: - '-v /var/run/docker.sock:/var/run/docker.sock' + - '-v /tmp:/tmp' config: dir: '/home/opnfv/userconfig' pre_condition: -- cgit 1.2.3-korg