feat: test.py add -L --level -D --disk options
This commit is contained in:
parent
dc451984b5
commit
9e7a4b8a86
|
@ -218,7 +218,7 @@ if __name__ == "__main__":
|
|||
if key in ['-a', '--asan']:
|
||||
asan = True
|
||||
|
||||
if key in ['-D', '--adaptercfgupdate']:
|
||||
if key in ['-U', '--adaptercfgupdate']:
|
||||
try:
|
||||
adaptercfgupdate = eval(base64.b64decode(value.encode()).decode())
|
||||
except:
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
,,y,unit-test,bash test.sh
|
||||
|
||||
#army-test
|
||||
,,y,army,./pytest.sh python3 ./test.py -f empty.py
|
||||
,,y,army,./pytest.sh python3 ./test.py -f enterprise/multi-level/mlevel_basic.py -N 3 -L 3 -D 2
|
||||
|
||||
#system test
|
||||
,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/stream_basic.py
|
||||
|
|
Loading…
Reference in New Issue