From e2da5811ce2c9006ecb4319d8b1c40128ac2ff67 Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Sun, 12 Mar 2023 20:37:57 +0900 Subject: test: add test_python.py for testing python-mscp Dockerfiles also adapt themselvs for testing python-mscp bindings. --- scripts/test-in-container.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/test-in-container.sh b/scripts/test-in-container.sh index 49891c7..1e003b3 100755 --- a/scripts/test-in-container.sh +++ b/scripts/test-in-container.sh @@ -13,5 +13,7 @@ if [ ! -e /var/run/sshd.pid ]; then /usr/sbin/sshd fi +ssh-keyscan localhost >> ${HOME}/.ssh/known_hosts + # Run test python3 -m pytest ../test -v -- cgit v1.2.3