mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2026-03-04 19:23:48 +01:00
Also test new clients explicitly :/
Signed-off-by: simonmicro <simon@simonmicro.de>
This commit is contained in:
parent
71a00df471
commit
c747f57dec
|
|
@ -20,5 +20,7 @@ python3 pykms_Server.py -F STDOUT -s ./pykms_database.db
|
||||||
```
|
```
|
||||||
Then trigger (multiple) client requests and check the output for errors via:
|
Then trigger (multiple) client requests and check the output for errors via:
|
||||||
```bash
|
```bash
|
||||||
python3 pykms_Client.py -F STDOUT -c 174f5409-0624-4ce3-b209-adde1091956b
|
python3 pykms_Client.py -F STDOUT # fresh client
|
||||||
|
python3 pykms_Client.py -F STDOUT -c 174f5409-0624-4ce3-b209-adde1091956b # (maybe) existing client
|
||||||
|
python3 pykms_Client.py -F STDOUT -c 174f5409-0624-4ce3-b209-adde1091956b # now-for-sure existing client
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue