aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-10-19 14:50:14 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2023-10-23 16:09:10 +0200
commitb171a93119d0900b9ae7e4985b7bf10388f38f83 (patch)
tree958897526cb2ad05dc95a267ed22283a21accdf0
parent27ba9296ace3b8c8307223ff3ce0aa2d5da33812 (diff)
Publish Functest Virtual Machines
Change-Id: I0c0b40df0fe1d72be07b950320f0e759156dd3b1 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 76be4ab4dae0348baff605dbc0e5dc12cbd4f92f)
-rw-r--r--elements/functest/element-deps1
-rwxr-xr-xelements/functest/install.d/16-functest17
-rw-r--r--tox.ini2
3 files changed, 19 insertions, 1 deletions
diff --git a/elements/functest/element-deps b/elements/functest/element-deps
new file mode 100644
index 000000000..d06e3d771
--- /dev/null
+++ b/elements/functest/element-deps
@@ -0,0 +1 @@
+xtestingci
diff --git a/elements/functest/install.d/16-functest b/elements/functest/install.d/16-functest
new file mode 100755
index 000000000..c009b0a43
--- /dev/null
+++ b/elements/functest/install.d/16-functest
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+download-frozen-image-v2.sh /data/docker/functest \
+ opnfv/functest-healthcheck:yoga \
+ opnfv/functest-smoke:yoga \
+ opnfv/functest-smoke-cntt:yoga \
+ opnfv/functest-benchmarking:yoga \
+ opnfv/functest-benchmarking-cntt:yoga \
+ opnfv/functest-vnf:yoga
+mkdir -p /data/images && wget -q -O- https://git.opnfv.org/functest/plain/functest/ci/download_images.sh?h=stable/yoga | sh -s -- /data/images && ls -1 /data/images/*
+git init /home/debian/functest && \
+(cd /home/debian/functest && \
+ git fetch --tags https://git.opnfv.org/functest stable/yoga && \
+ git checkout FETCH_HEAD) && \
+chown -R 1000:1000 /home/debian/functest
+
+exit 0
diff --git a/tox.ini b/tox.ini
index cb25b325b..80263f3a5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -85,7 +85,7 @@ commands =
[testenv:perm]
basepython = python3.10
whitelist_externals = sh
-path=. -not -path './.tox/*' -not -path './.git/*' -not -path './docs/com/pres/reveal.js/*'
+path=. -not -path './.tox/*' -not -path './.git/*' -not -path './docs/com/pres/reveal.js/*' -not -path './elements/functest/install.d/*'
commands =
sh -c "\
find {[testenv:perm]path} \( -type f -not -perm 644 -o -type d -not -perm 755 \) \