Implement Runtime wrapper
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 16 Oct 2017 20:19:03 +0000 (16:19 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 16 Oct 2017 20:19:03 +0000 (16:19 -0400)
commit18aedaf96b66a383f46487b7203bc35fc2280900
tree92c55f702a85abe20d13dacddf0c04a77380cd13
parentfe7b987e59efd97e3f6b879cffa4a120dd469b49
Implement Runtime wrapper

Using this wrapper, it is possible obtain a specifier runtime environment
with valid pre-defined environment variables.

Each runtime can spawn individual background process and run command as
if it was on the command line. Each runtime also save all stdout and
stderr for further inspection and validation.

Include fix-up to Project objects to accomodate the Runtime object
requirement.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
lttng_ivc/utils/project.py
lttng_ivc/utils/runtime.py [new file with mode: 0644]
This page took 0.023771 seconds and 5 git commands to generate.