测试项目CHKINF and INFTest Library Job 不过,其中子项Run INF Test失败,原因是Inftest could not find user specified INF files. 但是我已经copy inf到测试电脑中C:\windows\inf下面了,Why???
CHKINF and INFTest Library Job 测试在以前的DTM测试中也是不会过的,但是filter能过滤掉,不知道这是MS的issue,还是我们测试的inf文件没放好??困惑中。。。。。。
Update:
刚才看了详细的job 发现原来是在跑Run INF Test文件的时候命令行中没有inf文件的名字。即[INFName]是空,INFName: name of the INF file. If using Device Console, [WDKDevice_InfPath] may be used to fill this value. Note that this variable is incorrectly named, as it only returns
the inf file name
这里要怎么改才能跑对呢???,我用手工直接把infname改成我测试的inf名字,能跑过这个job。