SSH daemonization test fix, along with environment setup fixes.
authorClaudio-Daniel Freire <claudio-daniel.freire@inria.fr>
Fri, 22 Jul 2011 14:49:34 +0000 (16:49 +0200)
committerClaudio-Daniel Freire <claudio-daniel.freire@inria.fr>
Fri, 22 Jul 2011 14:49:34 +0000 (16:49 +0200)
commitef8e81a5cdedd2b41184a664483a0570731bb9e3
treef927775fe3329a861342afbe7e9e0d7d62086661
parent5fccade75725fb82d3fb96d501f91ffea1d5b3f9
SSH daemonization test fix, along with environment setup fixes.
 - NEPI_TESTBEDS: new environment variable that allows the specification of a mapping between testbed_id and testbed modules, for custom (eg: mock) testbeds
 - environment_setup now does work with locally daemonized testbeds (it wasn't working)
src/nepi/core/metadata.py
src/nepi/util/environ.py
src/nepi/util/proxy.py
src/nepi/util/server.py
test/core/execute.py
test/core/integration.py