--- /dev/null
+xtestingci
--- /dev/null
+#!/bin/bash
+
+download-frozen-image-v2.sh /data/docker/xtesting \
+ opnfv/xtesting:xena
+git init /home/debian/functest-xtesting && \
+(cd /home/debian/functest-xtesting && \
+ git fetch --tags https://git.opnfv.org/functest-xtesting stable/xena && \
+ git checkout FETCH_HEAD) && \
+chown -R 1000:1000 /home/debian/functest-xtesting
+
+exit 0
[testenv:perm]
basepython = python3.9
whitelist_externals = bash
-path=. -not -path './.tox/*' -not -path './.git/*' -not -path './doc/reveal.js/*'
+path=. -not -path './.tox/*' -not -path './.git/*' -not -path './doc/reveal.js/*' -not -path './elements/xtesting/install.d/*'
commands =
bash -c "\
find {[testenv:perm]path} \( -type f -not -perm 644 -o -type d -not -perm 755 \) \