Fix functest-virtual (sudo + current dirs) 05/65205/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 19 Nov 2018 13:38:45 +0000 (14:38 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 19 Nov 2018 13:38:45 +0000 (14:38 +0100)
It completes the previous commit [1] pulling all images.

[1] https://gerrit.opnfv.org/gerrit/#/c/65203/

Change-Id: Id32aabf107064689a38d5ffb719ba5023c40296d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/functest-virtual.yaml

index fb908ba..d47e444 100644 (file)
@@ -12,7 +12,7 @@
     parameters:
       - functest-virtual-defaults
     builders:
-      - shell: docker pull {repo}/functest-{container}:{tag}
+      - shell: sudo docker pull {repo}/functest-{container}:{tag}
 
 - project:
     name: repo-functest-container-tag-pull
             -v /home/opnfv/functest/openstack.creds:\
           /home/opnfv/functest/conf/env_file \
             -v /home/opnfv/functest/images:/home/opnfv/functest/images \
-            -v $(pwd)/tempest_blacklist.yaml:\
+            -v /home/opnfv/functest/tempest_blacklist.yaml:\
           /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/\
           tempest/custom_tests/blacklist.yaml \
-            -v $(pwd)/rally_blacklist.yaml:\
+            -v /home/opnfv/functest/images/rally_blacklist.yaml:\
           /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/\
           rally/blacklist.yaml \
             {repo}/functest-{container}:{tag} run_tests -t {test}