diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-11-14 19:52:03 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-11-14 19:52:03 +0100 |
commit | 2d1656e1df9421811315cc23a54b7fe57f215c17 (patch) | |
tree | e179c43c9981fd5965e240050d18a3269060d78a /jjb | |
parent | c6e40603d8e326753bb47ed04df496629fd88b56 (diff) |
Fix typo in .boto path
Change-Id: I273ac0939da7ed536889d389f7d57e47510a2b16
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/xtesting.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 6a9161497..b34fc100c 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -107,7 +107,7 @@ -e S3_DST_URL=s3://artifacts.opnfv.org/xtesting/$JOB_NAME-$BUILD_ID \ -e HTTP_DST_URL=http://artifacts.opnfv.org/xtesting/$JOB_NAME-$BUILD_ID \ -v $WORKSPACE/../$JOB_NAME/results:/var/lib/xtesting/results \ - -v /home/opnfv/xtesting/.boto:/root/boto \ + -v /home/opnfv/xtesting/.boto:/root/.boto \ -e DEBUG=true \ $image run_tests -t {test} -p |