Skip to content

Commit 3d80a50

Browse files
committed
List installed tempest rpms for debugging
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]>
1 parent e87f25a commit 3d80a50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

container-images/tcib/base/os/tempest/run_tempest.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,9 @@ function run_rpm_tempest {
336336
# Install additional plugins from .rpms plus their dependencies
337337
[ ${#TEMPEST_EXTRA_RPMS[@]} -ne 0 ] && sudo dnf install -y ${TEMPEST_EXTRA_RPMS[@]}
338338

339+
# List Tempest packages
340+
rpm -qa | grep tempest
341+
339342
discover-tempest-config ${TEMPESTCONF_ARGS} ${TEMPESTCONF_OVERRIDES} \
340343
&& tempest run ${TEMPEST_ARGS}
341344
RETURN_VALUE=$?

0 commit comments

Comments
 (0)