Kathara.parser.netkit.LabParser - KatharaFramework/Kathara GitHub Wiki
- LAB_METADATA
- RESERVED_MACHINE_NAMES
Class responsible for parsing the lab.conf file.
parse(path: str, conf_name: str = 'lab.conf') → Lab
Parse the lab configuration identified by conf_name and return the corresponding Kathara network scenario.
Args:
-
path
(str): The path to the directory containing the configuration file. -
conf_name
(str): The name of the network scenario configuration file (default is 'lab.conf').
Returns:
-
Kathara.model.Lab.Lab
: A Kathara network scenario.
This file was automatically generated via lazydocs.