Skip to content
Failed

Changes

Summary

  1. testenv: Fix testsuite.run() passing too many envvars to podman (details)
Commit 5e4a5f5382d0312e96314b1b29f1cd847d353e5f by Pau Espin Pedrol
testenv: Fix testsuite.run() passing too many envvars to podman

A recent commit added some code in testenv to pass all environment to the
testsuite being run. However, we don't want that happening when running
the testsuite under podman, since then we'd be polluting the env inside
the container with the env from the host running the container.

This fixes running testenv with podman from an Archlinux host having
some TTCN_* extra variables used by testsuite scripts to find ttcn3
binaries & libs under /opt/eclipse-titan/.

Fixes: 95231624f12c299019c0d6064b5d4d3004dad093
Change-Id: Ia8fca37b878323cd188035004b587c124598376e
The file was modified_testenv/testenv/testsuite.py