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
(createstorage | loadproperties | import | cat | lockgroup | lockcomponent | unlockcomponentproperty | createrange | unset | sleep | echo | fail | break | log | cat | monitor_create | monitor_destroy | monitor_grep | monitor_diff | event | attribute | http_get | http_post | http_put | http_head | http_delete | http_request | http_server | http_response | urlencode | replace | add | mod | abs | subtract | multiply | divide | share_create | share_destroy | share_get | share_set | share_wait | rendezvous_create | rendezvous_destroy | rendezvous_check | rendezvous_visit | rendezvous_reset | printf | scanf){0,*}
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>