-
Story
-
Resolution: Done
-
Major
-
None
TTP has released the 2.1.0 version
This needs to be built in RDO so it propagates to tempest
The required review looks like this: https://review.rdoproject.org/r/c/rdoinfo/+/51721
TODO: define check for tempest container to check when it's propagated.
Once the change is merged, the promotion pipeline will pick up changes to the package version, then the tempest images pick up the changes and then they're published to quay.
To verify that the changes are propagated, the following commands can be used locally
{{{}
- if you already have the image pulled locally, delete it first to ensure you're pulling a fresh copy.
$ podman pull quay.io/podified-antelope-centos9/openstack-tempest-all:current-podified{}}}# Run the containers with bash$ podman run --network=host -itd --entrypoint=/bin/bash --name tempest_antelope quay.io/podified-antelope-centos9/openstack-tempest-all:current-podified# Check the installed packages$ podman exec tempest_base_antelope dnf list installed | grep python3-telemetry-tests-tempest.noarch# Delete the containerpodman rm -f tempest_antelope