CSIT-1041: Trending dashboard
[csit.git] / resources / tools / presentation / specification_parser.py
index 207507e..af4d707 100644 (file)
@@ -561,6 +561,13 @@ class Specification(object):
             except KeyError:
                 pass
 
+            try:
+                element["input-file"] = self._replace_tags(
+                    element["input-file"],
+                    self._specification["environment"]["paths"])
+            except KeyError:
+                pass
+
             # add data sets to the elements:
             if isinstance(element.get("data", None), str):
                 data_set = element["data"]