Local
This tag will encapsulate other actions that will occur
locally. Now by locally this means that the output and inputs
of these actions is done on the machine where you run the
testcase from. The local tag is where all of the components are
locked and properties are loaded from, etc.
Children Tags
Usage Examples
Example #1
<local>
<createstorage id="INPUT" path="${dtf.path}/tests/perf/input" />
<createstorage id="OUTPUT" path="${dtf.path}/tests/perf/output" />
</local>
Example #2
<local>
<loadproperties uri="storage://INPUT/test.properties" />
</local>