Source code for exorg.qa.product.coupling.exorgtopologydescription


from akit.integration.landscaping.topologydescription import TopologyDescription

[docs]class ExOrgTopologyDescription(TopologyDescription):
[docs] def validate_topology(self, topology_info): """ Validates the landscape description file. """ errors = [] warnings = [] return errors, warnings