diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-12-21 11:06:19 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-12-21 12:46:24 +0100 |
commit | 36915488c21d42a112298c3a52fc2b09d099486f (patch) | |
tree | 35383376cb1e6ac73556ba5f4a16cc26562e8d4c | |
parent | 75db5520f3fffc0e3b5cae2eead6179a44d91da9 (diff) |
Protect vs CNF TestSuite instabilities
Change-Id: I8e714abe603180d69a363e4293f44bb3c5cd1255
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | docker/cnf/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/cnf/Dockerfile b/docker/cnf/Dockerfile index f61cc96d..9c9553e7 100644 --- a/docker/cnf/Dockerfile +++ b/docker/cnf/Dockerfile @@ -31,5 +31,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"] |