Add private key to docker/tests to access OSM instance
[osm/devops.git] / docker / tests / Dockerfile
index 5ae1d3c..689e37e 100644 (file)
@@ -89,6 +89,9 @@ ENV K8S_CREDENTIALS=/root/.kube/config
 # Juju data folder
 ENV JUJU_DATA=/root/.local/share/juju
 
+# OSM RSA file
+ENV OSM_RSA_FILE=/root/osm_id_rsa
+
 ENV LC_ALL=C.UTF-8
 ENV LANG=C.UTF-8