Skip to content
Success

Changes

Summary

  1. testenv: add --install-package (details)
Commit 43c21bacfd266f49d04cd4f7c940f6e1fd9917e2 by Oliver Smith
testenv: add --install-package

Add an option to quickly install packages in the container. This is
useful when making a new SUT run with osmo-ttcn3-hacks and figuring out
which packages need to be installed to make the build pass (without
rebuilding the whole container for each missing dependency). It can also
be used to quickly install additional debugging tools (strace, valgrind,
etc.). A cache for the deb files is already getting mounted inside the
container.

Change-Id: Ie54817e6c0334a224a612521beb378537c10d39d
The file was modified_testenv/testenv/__init__.py
The file was modified_testenv/testenv/podman.py