Release test step Sabotage Folder Structure

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
...

SabotageFileStructureTestStep (last edited 2010-03-17 13:12:45 by localhost)