Skip to content

Launch Configuration

Michael Fox edited this page Aug 11, 2025 · 3 revisions

Overview

The launch configuration file contains information about the test campaign and controls how the test campaign will run.

Location

The launch configuration template file are located in /templates/launch_config.yaml.

Copy the file to a convenient location on your machine that will not be overwritten when you clone the github.

launch_config.yaml

The lab info file contains identification information about the test campaign, including:

  • Report Files
    • Main output directory
    • Report filename and components of destination directory name for this test campaign
    • Report types (docx, pdf, xml, jason, csv, ...)
  • Identity information
    • Lab engineer
    • Lab client info (name, address, contact info)
    • Test environment (version, dates, log reference)
  • Device information
    • Manufacturer, make, model, version
  • Tests
    • FE type
    • Requirements to be tested

Edit the file to fill in the information specific to the test campaign.

Clone this wiki locally