aboutsummaryrefslogtreecommitdiffstats
path: root/elements
diff options
context:
space:
mode:
Diffstat (limited to 'elements')
-rwxr-xr-xelements/xtesting/install.d/16-xtesting5
1 files changed, 3 insertions, 2 deletions
diff --git a/elements/xtesting/install.d/16-xtesting b/elements/xtesting/install.d/16-xtesting
index ce1c0def..d3808556 100755
--- a/elements/xtesting/install.d/16-xtesting
+++ b/elements/xtesting/install.d/16-xtesting
@@ -1,7 +1,8 @@
#!/bin/bash
-./download-frozen-image-v2.sh /data/docker/xtesting \
+download-frozen-image-v2.sh /data/docker/xtesting \
opnfv/xtesting:latest
-git clone https://git.opnfv.org/functest-xtesting
+git clone https://git.opnfv.org/functest-xtesting /home/debian/functest-xtesting
+chown -R 1000:1000 /home/debian/functest-xtesting
exit 0