Skip to content
Success

Changes

Summary

  1. testenv: add --install-packages (details)
Commit 76a57522e3fa9daaa4ba910c4cc0f471315e3ad0 by Oliver Smith
testenv: add --install-packages

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