openqa 4.6.1732034221.ae34b08ff-1 source package in Ubuntu
Changelog
openqa (4.6.1732034221.ae34b08ff-1) unstable; urgency=medium
[ Philip Hands ]
* Update to new upstream version 4.6.1732034221.ae34b08ff.
* ensure node-bootstrap provides libjs-bootstrap5 (closes: 1091155, 1091141)
* install openqa-enqueue-git-auto-update
* bootstrap now depends on popper2
* add node-ace-builds depends
* use the binary package version for the depends
* switch to node_modules/_u_s_{nodejs,javascript} symlinks
* apparmor updates
[ Roland Clobus ]
* Debian specific documentation
-- Philip Hands <email address hidden> Thu, 23 Jan 2025 11:47:03 +0100
Upload details
- Uploaded by:
- Philip Hands
- Uploaded to:
- Sid
- Original maintainer:
- Philip Hands
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Plucky | release | universe | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| openqa_4.6.1732034221.ae34b08ff-1.dsc | 5.1 KiB | cc8ecf0c413d23aa58d20f963b59779324ecf3a5e033af7217d5890ca0ee71cb |
| openqa_4.6.1732034221.ae34b08ff.orig.tar.xz | 2.0 MiB | 878108e98120ba0d241f60b2c02394b139c65cddfb2c4cc12aea0486bfb8cda8 |
| openqa_4.6.1732034221.ae34b08ff-1.debian.tar.xz | 26.7 KiB | 170cf2420e9e9de37b65ae0798ff09c25ff95b104d27b9743c8a4f5b7b972f7f |
Available diffs
No changes file available.
Binary packages built by this source
- openqa: automatic Operating System testing framework (webUI & scheduler)
openQA is a testing framework that allows you to run tests on pretty-much
anything that you can get 'remote' control of (most often, anything you can run
in a VM and point VNC at). This allows testing of things including GUI
applications, system boot-up (BIOS, bootloaders, kernels), installers and whole
operating systems.
.
Tests (using Perl syntax) generally consist mostly of sequences of code like:
assert_and_click 'some_icon';
assert_screen 'some_prompt';
send_key 'ret';
which are run using the os-autoinst test engine, by a worker. The tags named in
scripts can then be associated with 'needles' (elements of screenshots) via the
webUI (either from past tests, or while controlling a live test). Other testing
possibilities include: serial-connected headless systems, multi-host networked
tests, and non-VM 'real' systems.
.
This package includes the job scheduler, the elements providing the services to
allow workers to run tests and upload results, and the Web-based user
interface.
- openqa-client: automatic Operating System testing framework (utilities)
This package includes scripts such as 'openqa-cli' and 'openqa-clone-job' to
provide easy control of openQA servers, via the REST API, as well as commands
useful when administering an OpenQA server.
.
openQA is a testing framework that allows you to run tests on pretty-much
anything that you can 'remotely' control. For instance, a VM that can be
accessed via VNC.
- openqa-common: automatic Operating System testing framework (common files)
This package contains shared resources for openQA web front-end and openQA
workers.
.
openQA is a testing framework that allows you to run tests on pretty-much
anything that you can 'remotely' control. For instance, a VM that can be
accessed via VNC.
- openqa-doc: automatic Operating System testing framework - documentation
Documentation for openQA (and the associated os-autoinst test engine), covering
topics including: installation, configuration, and basic test writing.
.
openQA is a testing framework that allows you to run tests on pretty-much
anything that you can 'remotely' control. For instance, a VM that can be
accessed via VNC.
- openqa-worker: automatic Operating System testing framework (worker)
openQA is a testing framework that allows you to run tests on pretty-much
anything that you can get 'remote' control of (most often, anything you can run
in a VM and point VNC at). This allows testing of things including GUI
applications, system boot-up (BIOS, bootloaders, kernels), installers and whole
operating systems.
.
Tests (using Perl syntax) generally consist of little more than sequences like:
assert_and_click 'some_icon'; assert_screen 'some_prompt'; send_key 'ret';
which are run using the os-autoinst test engine, by a worker. The tags named in
scripts can then be associated with 'needles' (elements of screenshots) via the
webUI (either from past tests, or while controlling a live test). Other testing
possibilities include: serial-connected headless systems, multi-host networked
tests, and non-VM 'real' systems.
.
This package is to be installed on a worker system (which may also be acting as
a server). Workers register with a server (or perhaps multiple servers), and
can then accept jobs, and run tests (using the os-autoinst test engine).
