File: control

package info (click to toggle)
mbed-test-wrapper 1.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 132 kB
  • sloc: python: 133; makefile: 16
file content (37 lines) | stat: -rw-r--r-- 1,229 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
37
Source: mbed-test-wrapper
Section: devel
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Nick Morrott <nickm@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 pandoc,
 python3-all,
 python3-mbed-host-tests,
 python3-mbed-ls,
 python3-setuptools,
Standards-Version: 4.5.1
Homepage: https://github.com/autopulated/mbed-test-wrapper
Vcs-Browser: https://salsa.debian.org/python-team/packages/mbed-test-wrapper
Vcs-Git: https://salsa.debian.org/python-team/packages/mbed-test-wrapper.git
Rules-Requires-Root: no

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.