= Release test step Sabotage Folder Structure = ## Please replace TITLE above. ## This describes what is needed to do a step in the release test. ## Please remember that the description must be operational. For instance ## Write the command "unzip foo.zip". ## Check the output is {{{...}}} ## Make sure that the success criteria are clear Change directory to the ingest folder, e.g. {{{ cd ingest-0.1/doms-ingest-0.0.1 }}} Make {{{success}}} and {{{failure}}} folders, and make them read-only {{{ mkdir success mkdir failure chmod -w success chmod -w failure ls -l }}} Check that the directories are read only. It should look like this {{{ ... dr-xr-xr-x 2 kfc kfc 4096 2007-11-22 11:00 failure dr-xr-xr-x 2 kfc kfc 4096 2007-11-22 11:00 success ... }}}