Skip to content

FIT: Switch to another Run Target #174

@TimoSteuerwaldETAS

Description

@TimoSteuerwaldETAS

What

Verifies requirements:

Depends on: #172

Configuration:

  • Configuration with the following run dependency tree:
    • Startup - which is the initial run target - depends on component component_initial
      • component_initial: No dependencies
    • run_target_a: Depends on run target run_target_c and component component_a
      • component_a: Depends on component_b
        • component_b: No dependencies
      • run_target_c: Depends on component component_d
        • component_d: No dependencies

Test steps:

  • Start Launch Manager process
  • Via score::lcm::ControlClient::ActivateRunTarget(..) activate run_target_a
  • 1s after component_a reports running and run_target_a is activated, via score::lcm::ControlClient::ActivateRunTarget(..) Startup gets activated

Expected behavior:

  • Launch Manager is started successfully and Run Target Startup is activated initially
  • After call to score::lcm::ControlClient::ActivateRunTarget("run_target_a"): All involved components of run_target_a are started in the correct order from bottom up
  • After call to score::lcm::ControlClient::ActivateRunTarget("run_target_initial"): All involved components of run_target_a are stopped in the correct order from top down

Acceptance Criteria (DoD)

Test specification and implementation exists. Test passes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions