@@ -11,15 +11,18 @@ target is to use this class as a library in the
11
11
* Run test commands one by one
12
12
13
13
``` 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
19
22
wget 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
23
26
```
24
27
25
28
* Observe the results in PiKVM WEB UI
0 commit comments