Code Review
/
functest-kubernetes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
75db552
)
Protect vs CNF TestSuite instabilities
78/74378/2
author
Cédric Ollivier
<cedric.ollivier@orange.com>
Thu, 21 Dec 2023 10:06:19 +0000
(11:06 +0100)
committer
Cédric Ollivier
<cedric.ollivier@orange.com>
Thu, 21 Dec 2023 11:46:24 +0000
(12:46 +0100)
Change-Id: I8e714abe603180d69a363e4293f44bb3c5cd1255
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/cnf/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/cnf/Dockerfile
b/docker/cnf/Dockerfile
index
f61cc96
..
9c9553e
100644
(file)
--- 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"]