From 86af475f838adff5c44bb8eccdfba2d665975451 Mon Sep 17 00:00:00 2001 From: Andrej Kozemcak Date: Mon, 3 Jun 2019 14:44:09 +0200 Subject: [TEST] - Jenkins dependence - Update libssl for ubuntu 16.04 - Change ssh password for netopeer - Handle exception Change-Id: Ic13d96491a67496cba2b6ef698698b855ee67fd1 Signed-off-by: Andrej Kozemcak --- scripts/Dockerfile | 2 +- scripts/run_test.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 61085b5..f45af42 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -25,4 +25,4 @@ RUN apt-get install -y \ COPY . /root/src/sweetcomb WORKDIR /root/src/sweetcomb -RUN make install-dep && make build-scvpp && make build-plugins \ No newline at end of file +RUN make install-dep && make build-scvpp && make build-plugins diff --git a/scripts/run_test.sh b/scripts/run_test.sh index 282ecb9..76b1ca1 100755 --- a/scripts/run_test.sh +++ b/scripts/run_test.sh @@ -46,6 +46,10 @@ docker exec -it ${CONTAINER} bash -c " make build-plugins" if [ "$?" == 0 ]; then echo "Run tests" + docker exec -it ${CONTAINER} bash -c " + useradd user + echo -e \"user\nuser\" | passwd user + " docker exec -it ${CONTAINER} bash -c " echo -e \"0000\n0000\" | passwd mkdir /var/log/vpp" -- cgit 1.2.3-korg