File: control

package info (click to toggle)
python-mbed-host-tests 1.4.4-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 732 kB
  • sloc: python: 3,141; makefile: 27; sh: 14
file content (104 lines) | stat: -rw-r--r-- 3,573 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Source: python-mbed-host-tests
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 doxygen,
 pandoc,
 python3-all,
 python3-intelhex,
 python3-mbed-ls,
 python3-prettytable,
 python3-requests,
 python3-serial,
 python3-setuptools,
 python3-zombie-imp,
 python3-zombie-telnetlib,
Standards-Version: 4.6.2
Homepage: https://github.com/ARMmbed/htrun
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-mbed-host-tests
Vcs-Git: https://salsa.debian.org/python-team/packages/python-mbed-host-tests.git
Rules-Requires-Root: no

Package: python3-mbed-host-tests
Architecture: all
Depends:
 python3-zombie-imp,
 python3-zombie-telnetlib,
 python3-pkg-resources,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-mbed-host-tests-doc,
Description: module and utilities to flash, reset and test Mbed Enabled devices
 The mbed-host-tests module and mbedhtrun and mbedflsh utilities are used
 during ARM Mbed Enabled device development for:
 .
  * Driving test binary flashing
  * Device reset
  * Test execution
 .
 The default binary flashing method is one supported by mbed-enabled devices:
 a binary file is copied onto the mbed-enabled DUT's (Device Under Test) mounted
 drive (MSD). This procedure will automatically flash device with given binary
 file content.
 .
 The default DUT reset method is one supported by mbed-enabled devices: the
 serial port (CDC) "sendBreak" command resets the target MCU on mbed-enabled
 platform.
 .
 The test execution phase will consist of:
 .
  * Opening connection between host computer and DUT
  * DUT will send to host preamble with test runner information such as:
    - test environment version
    - test timeout
    - preferred host test script (Python script which is used to
      supervise/instrument test execution)
  * Host will spawn host test script and test execution will be instrumented
  * Exchange data (in most cases text) between host and DUT
 .
 This package contains the Python 3 module and mbedhtrun and mbedflsh
 utilities.

Package: python-mbed-host-tests-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 libjs-jquery,
 ${misc:Depends},
Enhances: python3-mbed-host-tests
Breaks: python3-mbed-host-tests-doc
Replaces: python3-mbed-host-tests-doc
Description: module and utilities to flash, reset and test Mbed Enabled devices (docs)
 The mbed-host-tests module and mbedhtrun and mbedflsh utilities are used
 during ARM Mbed Enabled device development for:
 .
  * Driving test binary flashing
  * Device reset
  * Test execution
 .
 The default binary flashing method is one supported by mbed-enabled devices:
 a binary file is copied onto the mbed-enabled DUT's (Device Under Test) mounted
 drive (MSD). This procedure will automatically flash device with given binary
 file content.
 .
 The default DUT reset method is one supported by mbed-enabled devices: the
 serial port (CDC) "sendBreak" command resets the target MCU on mbed-enabled
 platform.
 .
 The test execution phase will consist of:
 .
  * Opening connection between host computer and DUT
  * DUT will send to host preamble with test runner information such as:
    - test environment version
    - test timeout
    - preferred host test script (Python script which is used to
      supervise/instrument test execution)
  * Host will spawn host test script and test execution will be instrumented
  * Exchange data (in most cases text) between host and DUT
 .
 This package contains library and utility documentation.