X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fspecification_parser.py;h=6909c31e7f0aea9d333b4b299529fe0a4d1a5e7e;hb=b828c1b7f96ed1350276237a7b7bda05fad3d866;hp=00614cf62fa9dc23afbe2793076b6bc5330077f7;hpb=6353e5b063a146fe4bd66437ef09f540b9f87514;p=csit.git diff --git a/resources/tools/presentation/specification_parser.py b/resources/tools/presentation/specification_parser.py index 00614cf62f..6909c31e7f 100644 --- a/resources/tools/presentation/specification_parser.py +++ b/resources/tools/presentation/specification_parser.py @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Cisco and/or its affiliates. +# Copyright (c) 2023 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -441,6 +441,9 @@ class Specification: self._specification[u"environment"][u"limits"] = \ self._cfg_yaml[idx].get(u"limits", None) + self._specification[u"environment"][u"frequency"] = \ + self._cfg_yaml[idx].get(u"frequency", dict()) + self._specification[u"environment"][u"urls"] = \ self._cfg_yaml[idx].get(u"urls", None)