删除老的detect.py生成测试用例的python文件
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
#!/usr/bin/env python
|
||||
#encoding=utf-8
|
||||
from pyutils import *
|
||||
from testcase import environment, readregs, ebmmu, detect, errorPkt, watchdog, broadcast, sync, base
|
||||
from testcase import environment, readregs, ebmmu, errorPkt, watchdog, broadcast, sync, base
|
||||
|
||||
if __name__ == '__main__':
|
||||
environment.bringup()
|
||||
|
||||
#detect.tc1()
|
||||
#detect.tc2()
|
||||
|
||||
#add_tc_2_runlist(errorPkt.tc1())
|
||||
#add_tc_2_runlist(errorPkt.tc2())
|
||||
#add_tc_2_runlist(errorPkt.tc3())
|
||||
|
||||
Reference in New Issue
Block a user