Skip to content

Kathara.parser.netkit.LabParser

Tommaso Caiazzi edited this page Jul 21, 2023 · 2 revisions

module Kathara.parser.netkit.LabParser

Global Variables

  • LAB_METADATA
  • RESERVED_MACHINE_NAMES

class LabParser

Class responsible for parsing the lab.conf file.


method LabParser.parse

parse(path: str) → Lab

Parse the lab.conf and return the corresponding Kathara network scenario.

Args:

  • path (str): The path to lab.conf file.

Returns:

  • Kathara.model.Lab.Lab: A Kathara network scenario.

This file was automatically generated via lazydocs.

Clone this wiki locally