Skip to content

Commit

Permalink
Merge pull request #5561 from jlebon/pr/papr-test-container
Browse files Browse the repository at this point in the history
papr: use F26 container for extended tests
  • Loading branch information
sdodson committed Sep 27, 2017
2 parents 6e682c8 + a93283e commit 3462d2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .papr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ ansible-playbook -vvv -i .papr.inventory playbooks/byo/config.yml -e "openshift_
# check the cluster NB: we run it on the master since we may
# be in a different OSP network
ssh ocp-master docker run --rm --net=host --privileged \
-v /etc/origin/master/admin.kubeconfig:/config fedora:25 sh -c \
-v /etc/origin/master/admin.kubeconfig:/config \
registry.fedoraproject.org/fedora:26 sh -c \
'"dnf install -y origin-tests && \
KUBECONFIG=/config /usr/libexec/origin/extended.test --ginkgo.v=1 \
--ginkgo.noColor --ginkgo.focus=\"Services.*NodePort|EmptyDir\""'

0 comments on commit 3462d2d

Please sign in to comment.