aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-12-21 11:06:19 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2023-12-21 12:49:04 +0100
commit57317a047ab05273b16c2dddbb102bfd19541aac (patch)
tree091941f7be27c9f310592d223783e0bf78b2b85f
parentb0c32de17fa2643823005a6691070777904108c3 (diff)
Protect vs CNF TestSuite instabilities
Change-Id: I8e714abe603180d69a363e4293f44bb3c5cd1255 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 36915488c21d42a112298c3a52fc2b09d099486f)
-rw-r--r--docker/cnf/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/cnf/Dockerfile b/docker/cnf/Dockerfile
index 60ea3aa0..ba23387e 100644
--- a/docker/cnf/Dockerfile
+++ b/docker/cnf/Dockerfile
@@ -32,5 +32,6 @@ RUN apk --no-cache add --update wget curl libc6-compat ncurses && \
ln -s /usr/local/bin/cnf-testsuite /src/cnf-testsuite/cnf-testsuite && \
rm -rf /src/cnf-testsuite-$CNF_TESTSUITE_TAG.tar.gz /src/cnf-testsuite/.git ;; esac
USER xtesting
+RUN helm repo add stable https://cncf.gitlab.io/stable
COPY testcases.yaml /etc/xtesting/testcases.yaml
CMD ["run_tests", "-t", "all"]