Due to a ransomware attack, the wiki was reverted to a July 2022 version. . We apologize for the lack of a more recent valid backup.
...
Notice that the starting time of many of the steps is the same. This is because any steps that don't have requires dependencies can be started simultaneously. The entire scenario completes quickly because much of it is run in parallel.
The code for these examples may be found in the ONOS source tree in tools/test/scenarios/maps-cli.xml
Things to include:
- Setting debug=true env variables
- conditional attributes: if, unless
- Importing other scenarios
- Namespaces
...