summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2025-03-14 14:14:08 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2025-03-14 14:15:03 +0100
commit45b1ab39d85dcda240fbacc538a21ee667d3eaf9 (patch)
tree4c3264e964d7b20372161f659f6c2cc4e6224071
parent87bb22d2cbcf26915fde779a59cd4e9d5eb9912c (diff)
Install iproute before calling ansible
Change-Id: Ic246726afcf424fe7da26901e7f9ac9574983051 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--jjb/functest/xtesting-ci.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml
index fd20a9c2e..855985c83 100644
--- a/jjb/functest/xtesting-ci.yaml
+++ b/jjb/functest/xtesting-ci.yaml
@@ -449,11 +449,12 @@
set +x
sudo docker run -v /home/opnfv/.docker/config.json:/root/.docker/config.json \
-v /home/opnfv/.docker/config.json:/home/opnfv/.config/helm/registry/config.json \
- -v /data:/data -v /var/run/docker.sock:/var/run/docker.sock --network host rockylinux:{rockylinux} bash -c "\
+ -v /data:/data -v /var/run/docker.sock:/var/run/docker.sock --network host \
+ rockylinux:{rockylinux} bash -c "\
yum install epel-release -y
case {rockylinux} in \
*) \
- [ -z "$VIRTUAL_ENV" ] && yum install ansible git -y ;; \
+ [ -z "$VIRTUAL_ENV" ] && yum install ansible git iproute -y ;; \
esac && \
rm -rf ~/.ansible/roles/collivier.xtesting && \
case {release} in \