spliting metadata

Reviewed-by: gtema <artem.goncharov@gmail.com>
Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
This commit is contained in:
2023-08-03 12:48:36 +00:00
committed by zuul
parent 4541a4e276
commit 19248854d4
225 changed files with 2433 additions and 2143 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()