mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-09 08:43:10 +00:00
Move helper scripts under scripts/{run,build,setup,ops,lib} and update all references across docs, CI, Docker, and Rust call sites.
937 B
937 B
Running Scenarios
Running a scenario follows the same conceptual flow regardless of environment:
- Select or author a scenario plan that pairs a topology with workloads, expectations, and a suitable run window.
- Choose a deployer aligned with your environment (local, compose, or k8s) and ensure its prerequisites are available.
- Deploy the plan through the deployer, which provisions infrastructure and returns a runner.
- The runner orchestrates workload execution for the planned duration; keep observability signals visible so you can correlate outcomes.
- The runner evaluates expectations and captures results as the primary pass/fail signal.
Use the same plan across different deployers to compare behavior between local development and CI or cluster settings. For environment prerequisites and flags, see Prerequisites & Setup and Environment Variables.