f8b7a194e1e3dd4cae02fd85b73020f33cd7c3b0
As part of the migration of this project to the independent release model, we failed to notice that the job template was still tied to a specific release. We've now introduced a new unversioned job template, 'openstack-python3-jobs' [1], which was can and should use. Do this. [1] https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/833286/ Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/833286/ Change-Id: I6475b3a47b4f344e78ddfdd1d1d093e7eef0bb81
os-testr
A testr wrapper to provide functionality for OpenStack projects.
- Free software: Apache license
- Documentation: https://docs.openstack.org/os-testr/
- Source: https://opendev.org/openstack/os-testr
- Bugs: https://bugs.launchpad.net/os-testr
Features
Warning
ostestr command is deprecated. Use stestr command instead like
following
- Install stestr (This step is already done if you're using ostestr.)
- You can use
stestr run ...instead ofostestr ... - You can use
stestr list ...instead ofostestr --list ...
For more sub commands and options, please refer to stestr help or the stestr document.
ostestr: a testr wrapper that uses subunit-trace for output and builds some helpful extra functionality around testrsubunit-trace: an output filter for a subunit stream which provides useful information about the runsubunit2html: generates a test results html page from a subunit streamgenerate-subunit: generate a subunit stream for a single test
Description
Languages
Python
100%