feat: test.py add -L --level -D --disk options

This commit is contained in:
Alex Duan 2023-12-23 13:09:02 +08:00
parent dc451984b5
commit 9e7a4b8a86
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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