测试框架以测试Python中的嵌入式系统

时间:2018-06-22 13:52:15

标签: python testing automation subprocess dbg

我想在嵌入式系统上测试不同的应用程序。简而言之,我通过Windows中的命令行使用dbg连接到板,并测试板中构建的不同应用程序。我已经在线检查过了,子过程已接近我要查找的内容,但由于无法运行它的dbg,因此仍然找不到如何使用它的良好说明。 波纹管基本上就是我想要做的:

#!/usr/bin/python
def testAppOne():
# connect to dbg, load the app though it and grab the logs
pass

def testAppTwo():
...
pass

所以我的问题是什么特定的框架可以帮助我解决这个问题? 谢谢

0 个答案:

没有答案