Report: Add rls data
[csit.git] / resources / tools / presentation / specification_parser.py
index 00614cf..6909c31 100644 (file)
@@ -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)