python-mbed-host-tests 1.4.4-8 source package in Ubuntu

Changelog

python-mbed-host-tests (1.4.4-8) unstable; urgency=medium

  * Team upload.
  * Patch: Support setuptools 60. (Closes: #1022482)

 -- Stefano Rivera <email address hidden>  Sat, 12 Nov 2022 22:02:01 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mbed-host-tests_1.4.4-8.dsc 1.8 KiB 4f7add9879807472b48e5fdbf2e2af8ed9670b74fb122b2b4cf7936be99508f7
python-mbed-host-tests_1.4.4.orig.tar.xz 54.3 KiB 39d394ac2092de086480c4044b03848b7b4288edbe24c572827029f616341428
python-mbed-host-tests_1.4.4-8.debian.tar.xz 7.6 KiB 12861c91d0b0ea1d3a94ecf3ecf70304e559fb5e3bb5bbafd02efda5f12dea87

Available diffs

No changes file available.

Binary packages built by this source

python-mbed-host-tests-doc: 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.

python3-mbed-host-tests: 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.