diff options
author | xudan <xudan16@huawei.com> | 2018-08-22 00:04:34 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2018-08-22 00:04:34 -0400 |
commit | 7c94c0e8de23a090bf4530d573d689073f67b15f (patch) | |
tree | c2e56280ebae290abcf9c2d07053c8d6ad71c120 | |
parent | e8afeeb4d039505f998020bad26106640d1f3e4c (diff) |
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 <xudan16@huawei.com>
-rw-r--r-- | etc/conf/bottlenecks_config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |