aboutsummaryrefslogtreecommitdiffstats
path: root/elements/xtesting
diff options
context:
space:
mode:
Diffstat (limited to 'elements/xtesting')
-rwxr-xr-xelements/xtesting/install.d/16-xtesting7
1 files changed, 5 insertions, 2 deletions
diff --git a/elements/xtesting/install.d/16-xtesting b/elements/xtesting/install.d/16-xtesting
index d3808556..df8fcb47 100755
--- a/elements/xtesting/install.d/16-xtesting
+++ b/elements/xtesting/install.d/16-xtesting
@@ -1,8 +1,11 @@
#!/bin/bash
download-frozen-image-v2.sh /data/docker/xtesting \
- opnfv/xtesting:latest
-git clone https://git.opnfv.org/functest-xtesting /home/debian/functest-xtesting
+ opnfv/xtesting:2023.2
+git init /home/debian/functest-xtesting && \
+(cd /home/debian/functest-xtesting && \
+ git fetch --tags https://git.opnfv.org/functest-xtesting stable/2023.2 && \
+ git checkout FETCH_HEAD) && \
chown -R 1000:1000 /home/debian/functest-xtesting
exit 0