All Classes Namespaces Files Functions Pages
Tutorial: 6. Running the Scenario

Previous: Tutorial: 5. Define a Flow

To run our Scenario we call the Higher Layer method ExecuteScenario and provide a list of Flow definitions as argument. If more than on Flow definitions is provided, then all these Flows will be executed in parallel.

1 set result [ ::excentis::ByteBlower::ExecuteScenario [ list $srcFlow ] ]
2 puts "Result of this back-to-back scenario:"
3 puts "${result}"

Further reading: Tutorial: 7. Test finished