From 2d1656e1df9421811315cc23a54b7fe57f215c17 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 14 Nov 2019 19:52:03 +0100 Subject: Fix typo in .boto path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I273ac0939da7ed536889d389f7d57e47510a2b16 Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb') 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 -- cgit 1.2.3-korg