cases.task 319 字节
Newer Older
1 2 3 4 5 6 7 8
#Coulumn Define
#caseID,rerunTimes,Run with Sanitizer,casePath,caseCommand
#NA,NA,y or n,script,./test.sh -f tsim/user/basic.sim

#unit-test
,,y,unit-test,bash test.sh

#system test
P
plum-lihui 已提交
9 10
,,n,system-test,python3 ./test.py -f 7-tmq/tmqDropConsumer.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDropConsumer.py
D
dapan1121 已提交
11