add test list
This commit is contained in:
parent
82cd0eb904
commit
69b7dfa315
21
test_list.txt
Normal file
21
test_list.txt
Normal file
@ -0,0 +1,21 @@
|
||||
# TEST BASIC
|
||||
./test_machine.py -a 192.168.1.201 -p 4370 -b
|
||||
./test_machine.py -a 192.168.1.201 -p 4370 -b --force-udp
|
||||
|
||||
# TEST TEMPLATES
|
||||
./test_machine.py -a 192.168.1.201 -p 4370 -t
|
||||
./test_machine.py -a 192.168.1.201 -p 4370 -t --force-udp
|
||||
|
||||
# TEST TEMPLATES RAW
|
||||
./test_machine.py -a 192.168.1.201 -p 4370 -tr
|
||||
./test_machine.py -a 192.168.1.201 -p 4370 -tr --force-udp
|
||||
|
||||
# TEST RECORDS
|
||||
./test_machine.py -a 192.168.1.201 -p 4370 -r
|
||||
./test_machine.py -a 192.168.1.201 -p 4370 -r --force-udp
|
||||
|
||||
|
||||
# TEST ADD USER
|
||||
./test_machine.py -a 192.168.1.201 -p 4370 -A
|
||||
./test_machine.py -a 192.168.1.201 -p 4370 --force-udp
|
||||
|
Loading…
Reference in New Issue
Block a user