Skip to main content

pytest embedded plugin for qemu, not target chip

Project description

## pytest-embedded-qemu

pytest embedded plugin for qemu, not target chip

### New Fixtures and Fixtures With More Functionalities

=== “pytest-embedded-idf activated”

  • app: QemuApp instance, would create the qemu bootable image automatically by the built binaries.

  • qemu: Qemu instance

  • dut: QemuDut instance, would redirect the qemu output to pexpect_proc and duplicate it with logging.info().

=== “pytest-embedded-idf NOT activated”

  • qemu: Qemu instance

  • dut: QemuDut instance, would redirect the qemu output to pexpect_proc and duplicate it with logging.info().

### CLI Options

  • qemu-image-path: QEMU image path. (support parametrizing)

  • qemu-prog-path: QEMU program path.

  • qemu-cli-args: QEMU CLI arguments. (support parametrizing)

  • qemu-cli-extra-args: QEMU CLI extra agruments, will append to the argument list. (support parametrizing)

  • qemu-log-path: QEMU log file path.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest-embedded-qemu-0.3.2.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

pytest_embedded_qemu-0.3.2-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page