删除.v中不必要的测试代码,全部交由.py控制
This commit is contained in:
@@ -6,8 +6,8 @@ from testcase import environment, readregs, ebmmu, detect, errorPkt, watchdog, b
|
||||
if __name__ == '__main__':
|
||||
environment.bringup()
|
||||
|
||||
detect.tc1()
|
||||
detect.tc2()
|
||||
#detect.tc1()
|
||||
#detect.tc2()
|
||||
|
||||
#add_tc_2_runlist(errorPkt.tc1())
|
||||
#add_tc_2_runlist(errorPkt.tc2())
|
||||
|
||||
Reference in New Issue
Block a user