diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-12-08 09:34:21 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-12-08 09:34:59 +0100 |
commit | e33de2b76621f39eb6869db788e3f26aee937206 (patch) | |
tree | 86b6b378674bdc6e5a1764a6d690d7bf4c6d40fd /docker | |
parent | 51b7a647a7a762ab33221e8e87c44129934165f3 (diff) |
Make xtesting owner of /src/cnf-testsuite
Change-Id: I8e2d50e8b3af829181d8f9f2a0fcb944d83797e0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker')
-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 62048814..4f6c2449 100644 --- a/docker/cnf/Dockerfile +++ b/docker/cnf/Dockerfile @@ -26,6 +26,7 @@ RUN apk --no-cache add --update wget curl libc6-compat ncurses && \ (cd /src/cnf-testsuite && \ git fetch --tags https://github.com/cncf/cnf-testsuite.git $CNF_TESTSUITE_TAG && \ git checkout FETCH_HEAD) && \ + chown -R xtesting: /src/cnf-testsuite && \ 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 && \ |