Add env variable to define location of OSM private key to access OSM instance
[osm/tests.git] / docker / Dockerfile
index cc484bd..a0740ff 100644 (file)
@@ -70,6 +70,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