We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e87f25a + 3d80a50 commit 24b03c1Copy full SHA for 24b03c1
container-images/tcib/base/os/tempest/run_tempest.sh
@@ -336,6 +336,9 @@ function run_rpm_tempest {
336
# Install additional plugins from .rpms plus their dependencies
337
[ ${#TEMPEST_EXTRA_RPMS[@]} -ne 0 ] && sudo dnf install -y ${TEMPEST_EXTRA_RPMS[@]}
338
339
+ # List Tempest packages
340
+ rpm -qa | grep tempest
341
+
342
discover-tempest-config ${TEMPESTCONF_ARGS} ${TEMPESTCONF_OVERRIDES} \
343
&& tempest run ${TEMPEST_ARGS}
344
RETURN_VALUE=$?
0 commit comments