File: control

package info (click to toggle)
mbed-test-wrapper 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 120 kB
  • sloc: python: 133; makefile: 16
file content (36 lines) | stat: -rw-r--r-- 1,242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: mbed-test-wrapper
Section: devel
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Build-Depends:
 debhelper (>= 11),
 dh-python,
 pandoc,
 python3-all,
 python3-mbed-host-tests,
 python3-mbed-ls,
 python3-setuptools,
Standards-Version: 4.3.0
Homepage: https://github.com/autopulated/mbed-test-wrapper
Vcs-Browser: https://salsa.debian.org/python-team/applications/mbed-test-wrapper
Vcs-Git: https://salsa.debian.org/python-team/applications/mbed-test-wrapper.git

Package: mbed-test-wrapper
Architecture: all
Depends:
 binutils-arm-none-eabi,
 python3,
 python3-mbed-host-tests,
 python3-mbed-ls,
 ${misc:Depends},
 ${python3:Depends},
Description: utility to wrap the mbed test loader for use by yotta targets
 mbed-test-wrapper is used to wrap the mbed test loader, so that it can
 be used by yotta targets to run tests on target embedded hardware platforms
 (e.g. K64F).
 .
 The executable file to be tested on the desired target hardware is first
 converted to a .bin file if necessary (via arm-none-eabi-objcopy), and then
 executed via mbedhtrun using the configured mount point, serial port and
 yotta target name.