summaryrefslogtreecommitdiff
path: root/scripts/test-in-container.sh
AgeCommit message (Collapse)Author
2024-04-14add -J proxyjump option (#15)Ryo Nakamura
2024-04-11test: get fingerprint for port 8022 before testRyo Nakamura
2024-04-11drop -H disable host key checking optionRyo Nakamura
It can be done by ssh_config instead.
2024-03-12test: insert `Port` to /etc/ssh/sshd_configRyo Nakamura
not to /etc/ssh/sshd_config.d/*.conf because openssh in Rocky Linux in 8 does not support the config.dy directory.
2024-03-12fix port tests and v6only test.Ryo Nakamura
port test: sshd listens on 8022 and run mscp with -P 8022 v6only test: change remote name from localhost to ip6-localhost
2024-02-20add test cases for resume with checkpointRyo Nakamura
Now mscp supports resume (#5) and (#10)
2024-02-07add -4 and -6 options to use either IPv4 or IPv6Ryo Nakamura
2023-03-22test: add sleep -1 before ssh-keyscanRyo Nakamura
2023-03-12test: add test_python.py for testing python-mscpRyo Nakamura
Dockerfiles also adapt themselvs for testing python-mscp bindings.
2022-11-20fix CMakeLists.txtRyo Nakamura
* install mscp from package at docker build phase. * add docker-*-all custom targets.
2022-11-13add rocky 8.6 supportRyo Nakamura
2022-11-06cleanup docker files and build/test procedureRyo Nakamura