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']: if key in ['-a', '--asan']:
asan = True asan = True
if key in ['-D', '--adaptercfgupdate']: if key in ['-U', '--adaptercfgupdate']:
try: try:
adaptercfgupdate = eval(base64.b64decode(value.encode()).decode()) adaptercfgupdate = eval(base64.b64decode(value.encode()).decode())
except: except:

View File

@ -6,7 +6,7 @@
,,y,unit-test,bash test.sh ,,y,unit-test,bash test.sh
#army-test #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 #system test
,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/stream_basic.py ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/stream_basic.py