コード例 #1
0
ファイル: run_test.py プロジェクト: flit/DAPLink
def test_endpoints(workspace, parent_test):
    """Run tests to validate DAPLINK fimrware"""
    test_info = parent_test.create_subtest('test_endpoints')
    test_hid(workspace, test_info)
    test_serial(workspace, test_info)
    test_mass_storage(workspace, test_info)
    test_usb(workspace, test_info)
コード例 #2
0
ファイル: run_test.py プロジェクト: liming2013/DAPLink
def test_endpoints(workspace, parent_test):
    """Run tests to validate DAPLINK fimrware"""
    test_info = parent_test.create_subtest('test_endpoints')
    test_hid(workspace, test_info)
    test_serial(workspace, test_info)
    test_mass_storage(workspace, test_info)
    test_usb(workspace, test_info)
コード例 #3
0
ファイル: test_all.py プロジェクト: c1728p9/DAPLink_old
def test_endpoints(board, parent_test):
    """Run tests to validate DAPLINK fimrware"""
    test_info = parent_test.create_subtest('test_endpoints')
    board.build_target_firmware(test_info)
    test_hid(board, parent_test)
    test_serial(board, test_info)
    test_mass_storage(board, test_info)