@@ -11,15 +11,18 @@ target is to use this class as a library in the
1111* Run test commands one by one
1212
1313``` bash
14- python3 ./pikvm_test_cli.py --login admin --password admin --ip 192.168.10.45 --test single-key
15- python3 ./pikvm_test_cli.py --login admin --password admin --ip 192.168.10.45 --test key-series
16- python3 ./pikvm_test_cli.py --login admin --password admin --ip 192.168.10.45 --test key-combination
17- python3 ./pikvm_test_cli.py --login admin --password admin --ip 192.168.10.45 --test write-text
18- python3 ./pikvm_test_cli.py --login admin --password admin --ip 192.168.10.45 --test write-cmd
14+ poetry shell
15+ poetry install
16+ python3 ./tests/cli.py --login admin --password admin --ip 192.168.10.45 --test img-mount
17+ python3 ./tests/cli.py --login admin --password admin --ip 192.168.10.45 --test single-key
18+ python3 ./tests/cli.py --login admin --password admin --ip 192.168.10.45 --test key-series
19+ python3 ./tests/cli.py --login admin --password admin --ip 192.168.10.45 --test key-combination
20+ python3 ./tests/cli.py --login admin --password admin --ip 192.168.10.45 --test write-text
21+ python3 ./tests/cli.py --login admin --password admin --ip 192.168.10.45 --test write-cmd
1922wget http://tinycorelinux.net/15.x/x86/release/Core-15.0.iso
20- python3 ./pikvm_test_cli .py --login admin --password admin --ip 192.168.10.45 --test img-upload-url
21- python3 ./pikvm_test_cli .py --login admin --password admin --ip 192.168.10.45 --test img-upload-file
22- python3 ./pikvm_test_cli .py --login admin --password admin --ip 192.168.10.45 --test img-mount
23+ python3 ./tests/cli .py --login admin --password admin --ip 192.168.10.45 --test img-upload-url
24+ python3 ./tests/cli .py --login admin --password admin --ip 192.168.10.45 --test img-upload-file
25+ python3 ./tests/cli .py --login admin --password admin --ip 192.168.10.45 --test img-mount
2326```
2427
2528* Observe the results in PiKVM WEB UI
0 commit comments