aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/run_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run_test.sh')
-rwxr-xr-xscripts/run_test.sh4
1 files changed, 4 insertions, 0 deletions
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
@@ -47,6 +47,10 @@ docker exec -it ${CONTAINER} bash -c "
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"
fi