Overview

Features

  • Test Environment Driven: Each test is executed within a specific environment.
  • Environment Configuration: Every environment includes configurations for the relevant network nodes.
  • Test Composition: A test consists of multiple test scenarios.
  • Scenario Parameters: Each scenario can have its own specific parameters.
  • Scenario Focus: The scenario is primarily focused on tool configuration.
  • Template-Based Execution: Scenarios use Jinja2 template files that are specific to the testing tool.
  • Default Parameters: Scenarios include default parameters that are generally applicable.
  • Template Engine: All tool templates are built on the Jinja2 engine, enabling flexible and dynamic configuration.