feat: split metadata into smal pieces

Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: gtema <artem.goncharov@gmail.com>
Co-committed-by: gtema <artem.goncharov@gmail.com>
This commit is contained in:
2023-06-02 07:20:02 +00:00
committed by zuul
parent 177ba3a3fa
commit bac06c250f
108 changed files with 1133 additions and 538 deletions

View File

@ -45,6 +45,11 @@ class TestOtcMetadata(TestCase):
srv["service_category"] in category,
f"Category {srv['service_category']} is present",
)
self.assertGreater(
len(self.data._service_data["service_categories"]),
1,
"More then 1 service category",
)
def test_doc_contains_required_data(self):
srv_types = dict()