Build Xtesting virtual machines 07/74207/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 19 Oct 2023 12:43:02 +0000 (14:43 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 23 Oct 2023 12:35:39 +0000 (14:35 +0200)
Change-Id: Ia3d82b3b77b3fab3e88405a07cb7151258538b04
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
elements/xtesting/element-deps [new file with mode: 0644]
elements/xtesting/install.d/16-xtesting [new file with mode: 0755]
tox.ini

diff --git a/elements/xtesting/element-deps b/elements/xtesting/element-deps
new file mode 100644 (file)
index 0000000..d06e3d7
--- /dev/null
@@ -0,0 +1 @@
+xtestingci
diff --git a/elements/xtesting/install.d/16-xtesting b/elements/xtesting/install.d/16-xtesting
new file mode 100755 (executable)
index 0000000..32e0283
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+download-frozen-image-v2.sh /data/docker/xtesting \
+  opnfv/xtesting:2023.1
+git init /home/debian/functest-xtesting && \
+(cd /home/debian/functest-xtesting && \
+  git fetch --tags https://git.opnfv.org/functest-xtesting stable/2023.1 && \
+  git checkout FETCH_HEAD) && \
+chown -R 1000:1000 /home/debian/functest-xtesting
+
+exit 0
diff --git a/tox.ini b/tox.ini
index 3f29681..0eb4c6d 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -30,7 +30,7 @@ commands = flake8
 
 [testenv:pylint]
 basepython = python3.10
-whitelist_externals = bash
+allowlist_externals = bash
 commands =
   pylint --min-similarity-lines=10 \
     --disable=locally-disabled --ignore-imports=y --reports=n --extension-pkg-whitelist=lxml xtesting
@@ -66,8 +66,8 @@ commands =
 
 [testenv:perm]
 basepython = python3.10
-whitelist_externals = bash
-path=. -not -path './.tox/*' -not -path './.git/*' -not -path './doc/reveal.js/*'
+allowlist_externals = bash
+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 \) \