Files
mscp/test
Ryo Nakamura 0d248c5f6b fix port tests and v6only test.
port test: sshd listens on 8022 and run mscp with -P 8022
v6only test: change remote name from localhost to ip6-localhost
2024-03-12 15:24:09 +09:00
..
2022-11-01 00:02:34 +09:00
2022-11-05 21:29:26 +09:00
2024-03-12 15:24:09 +09:00

This test assumes that the user executing the test can ssh to the localhost without password.

  • Run pytest through ctest.
python3 -m pip install pytest numpy

cd build
cmake ..
ctest --verbose # or `make test ARGS='-V'`