While trying to get working STR against a Beaker machine
for @omajid we found this problem. Python3 is not available
in the default installation of RHEL-8. In BaseOS CI we default
there to /usr/libexec/platform-python which works well.
After investigating the problem, these changes seem to fix
the problem also in this environment.
/usr/libexec/platform-python is system Python-3.6.8
While trying to get working STR against a Beaker machine
for @omajid we found this problem. Python3 is not available
in the default installation of RHEL-8. In BaseOS CI we default
there to
/usr/libexec/platform-pythonwhich works well.After investigating the problem, these changes seem to fix
the problem also in this environment.
/usr/libexec/platform-pythonis system Python-3.6.8Signed-off-by: Miroslav Vadkerti mvadkert@redhat.com