Skip to content

Commit 1d8980a

Browse files
committed
adding feature integration test cases for other requirements
1 parent 1034267 commit 1d8980a

22 files changed

Lines changed: 3224 additions & 345 deletions

feature_integration_tests/LIFECYCLE_TESTS_SUMMARY.md

Lines changed: 409 additions & 0 deletions
Large diffs are not rendered by default.

feature_integration_tests/README_FIT_LIFECYCLE.md

Lines changed: 0 additions & 292 deletions
This file was deleted.

feature_integration_tests/test_cases/lifecycle_scenario.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def create_launch_manager_config(config_path: Path, components: dict[str, Any],
9191
},
9292
"components": components,
9393
"run_targets": run_targets,
94-
"initial_run_target": "Startup",
94+
"initial_run_target": "startup",
9595
"fallback_run_target": {
9696
"description": "Fallback state",
9797
"depends_on": [],

0 commit comments

Comments
 (0)