Skip to content

Commit 24b03c1

Browse files
Merge pull request #200 from raukadah/tempest
List installed tempest rpms for debugging
2 parents e87f25a + 3d80a50 commit 24b03c1

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)