X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fspecification_parser.py;h=af4d7076131a15929e5132899431dbef4bc728b5;hb=e3554783146e2c4f2b6b5084c8afc707787d6922;hp=207507e3b65c39bf0c61b54efaf4b4baa6efcf98;hpb=eb9c66ae07b3b3cf2146ac6b4a52e5ddd4424f44;p=csit.git diff --git a/resources/tools/presentation/specification_parser.py b/resources/tools/presentation/specification_parser.py index 207507e3b6..af4d707613 100644 --- a/resources/tools/presentation/specification_parser.py +++ b/resources/tools/presentation/specification_parser.py @@ -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"]