From b10d3c5a8dfcd1f066f1513389cb2143acefbe63 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 17 Oct 2022 09:09:54 +0200 Subject: Update cnf_testsuite v0.34.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It now runs cert (replacing workload) It downgrades msg to warning as cnf_testsuite now returns non 0 values. Change-Id: I0ce4f201065bf601111d7154cb4afa31e9a4666c Signed-off-by: Cédric Ollivier (cherry picked from commit 4338a2532600e659179335a5f5f71ab15f83f8d7) --- docker/cnf/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docker/cnf/Dockerfile') diff --git a/docker/cnf/Dockerfile b/docker/cnf/Dockerfile index 7e6c38f9..690313d9 100644 --- a/docker/cnf/Dockerfile +++ b/docker/cnf/Dockerfile @@ -1,6 +1,6 @@ FROM opnfv/functest-kubernetes-core -ARG CNF_TESTSUITE_TAG=v0.15.0 +ARG CNF_TESTSUITE_TAG=v0.34.0 ARG HELM_TAG=v3.3.1 RUN apk --no-cache add --update wget curl libc6-compat ncurses && \ @@ -26,6 +26,7 @@ RUN apk --no-cache add --update wget curl libc6-compat ncurses && \ git checkout FETCH_HEAD) && \ ln -s /src/cnf-testsuite/example-cnfs/coredns/cnf-testsuite.yml /src/cnf-testsuite/cnf-testsuite.yml && \ ln -s /src/cnf-testsuite/points-all.yml /src/cnf-testsuite/points.yml && \ + 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 COPY testcases.yaml /etc/xtesting/testcases.yaml CMD ["run_tests", "-t", "all"] -- cgit 1.2.3-korg