Skip to content

Commit

Permalink
List installed tempest rpms for debugging
Browse files Browse the repository at this point in the history
Currently users have no idea what tempest packages are installed in the
tempest containers. Printing tempest rpms will help the users to know
about the same. It will be helpful for debugging in the ci logs.

Signed-off-by: Chandan Kumar (raukadah) <[email protected]>
  • Loading branch information
raukadah committed Aug 20, 2024
1 parent e87f25a commit 3d80a50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions container-images/tcib/base/os/tempest/run_tempest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,9 @@ function run_rpm_tempest {
# Install additional plugins from .rpms plus their dependencies
[ ${#TEMPEST_EXTRA_RPMS[@]} -ne 0 ] && sudo dnf install -y ${TEMPEST_EXTRA_RPMS[@]}

# List Tempest packages
rpm -qa | grep tempest

discover-tempest-config ${TEMPESTCONF_ARGS} ${TEMPESTCONF_OVERRIDES} \
&& tempest run ${TEMPEST_ARGS}
RETURN_VALUE=$?
Expand Down

0 comments on commit 3d80a50

Please sign in to comment.