This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
sccl:configuration:resource_description [2015-07-07 15:27] uls [STST] |
sccl:configuration:resource_description [2015-07-07 15:39] (current) uls [Resources] |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| You can e.g. group resources as one resource and use that in several package resources. | You can e.g. group resources as one resource and use that in several package resources. | ||
| - | :TODO: final translations | + | The resource definition is processed from left to right when the resource is started, |
| + | from right to left when the resource is stopped. | ||
| === CPKG === | === CPKG === | ||
| Line 494: | Line 495: | ||
| The script <path> is executed every <secs> seconds. | The script <path> is executed every <secs> seconds. | ||
| + | |||
| + | The default for <path> is: <package>_test | ||
| {| | {| | ||
| Line 500: | Line 503: | ||
| |- | |- | ||
| ! action when "start" | ! action when "start" | ||
| - | | The test script is started on the next node. | + | | The test script <path> is started on the next node. |
| |- | |- | ||
| ! action when "stop" | ! action when "stop" | ||
| - | | The test script is stopped. | + | | The test script <path> is stopped. |
| |- | |- | ||
| ! example | ! example | ||