Add env variable to define location of OSM private key to access OSM instance 10/11110/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 13 Aug 2021 15:17:35 +0000 (17:17 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 13 Aug 2021 15:17:52 +0000 (17:17 +0200)
commite80184f004287d86e681b56d3a3789c93a077c32
treee8f7a67eb0813885a981b6cd4a905a5b1c580d78
parentd19692e1b4cb166c09aece8925b67a22724210b2
Add env variable to define location of OSM private key to access OSM instance

Some of the tests require access to OSM instance in order to run
some commands from there. Those commands could be run using ssh,
but a private key is required to be able connect to that OSM instance.

This change adds an env variable to define the location of the private key to
access OSM instance. That env variable should be used by the tests requiring
access to OSM instance via ssh to run commnads.

Change-Id: Ifb25406d3145f6af862f071cb6bfb90ef0513e7f
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
docker/Dockerfile