summaryrefslogtreecommitdiffstats
path: root/qemu/include/hw/virtio/vhost-scsi.h
diff options
context:
space:
mode:
authorDon Dugger <n0ano@n0ano.com>2016-05-05 15:10:28 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-05-05 15:10:29 +0000
commit5bbd6fe9b8bab2a93e548c5a53b032d1939eec05 (patch)
tree920d5f361704655cf3ffdd7056e1c55040fc8c2b /qemu/include/hw/virtio/vhost-scsi.h
parent0722c472962512a387b00640de50bad082370dbe (diff)
parent6f2558d379fa7f062ee5a21aac8597eee31294be (diff)
Merge "Reverted execution attribute of shell script files"
Diffstat (limited to 'qemu/include/hw/virtio/vhost-scsi.h')
0 files changed, 0 insertions, 0 deletions
#336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
FROM alpine:3.7

ARG BRANCH=master
ARG OPENSTACK_TAG=stable/pike

RUN apk --no-cache add --update python py-pip bash git && \
    git clone https://gerrit.opnfv.org/gerrit/functest-xtesting /src/functest-xtesting && \
    (cd /src/functest-xtesting && git fetch origin $BRANCH && git checkout FETCH_HEAD) && \
    pip install --no-cache-dir --src /src \
        -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=$OPENSTACK_TAG \
        -chttps://git.opnfv.org/functest-xtesting/plain/upper-constraints.txt?h=$BRANCH \
        /src/functest-xtesting && \
    rm -r /src/functest-xtesting && \
    bash -c "mkdir -p /home/opnfv/xtesting/results/robot"
CMD ["run_tests", "-t", "all"]