mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +08:00
test: add test_python.py for testing python-mscp
Dockerfiles also adapt themselvs for testing python-mscp bindings.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user