2011-06-28 12:50:55 +00:00
|
|
|
Release Engineering
|
|
|
|
~~~~~~~~~~~~~~~~~~~
|
|
|
|
* SOFTWARE TO TEST
|
2011-07-09 07:33:33 +00:00
|
|
|
+ Use latest libburnia libraries code base from svn and bzr
|
|
|
|
(see top-level README for aditional library dependencies)
|
|
|
|
+ Alternatively, use latest all-in-one development tarball from:
|
|
|
|
http://www.gnu.org/software/xorriso/
|
2011-06-28 12:50:55 +00:00
|
|
|
|
2011-07-08 14:18:54 +00:00
|
|
|
* SETUP THE TEST ENVIRONMENT AND RUN THE TEST SUITE
|
|
|
|
+ All tests have to be run from the releng/ directory, within
|
2011-07-17 16:20:58 +00:00
|
|
|
libisoburn source tree. Self-generated data are stored in
|
|
|
|
./releng_generated_data/ directory, and the required space for
|
|
|
|
these data is about 300 megabytes. There is a 'master' script
|
2011-07-18 12:28:43 +00:00
|
|
|
called run_all_auto, which runs all scripts prefixed with auto_*.
|
|
|
|
+ Any auto_* script can be run on its own, regardless.
|
|
|
|
+ Any manual_* script is to be run on its own, only.
|
2011-07-08 14:18:54 +00:00
|
|
|
+ All scripts support -h, -help, --help and
|
|
|
|
print usage help when run without options.
|
2011-06-28 12:50:55 +00:00
|
|
|
|
|
|
|
* DELIVERING A NEW TEST SCRIPT
|
2011-06-28 17:33:08 +00:00
|
|
|
+ Start a new test script over the top of template_new_releng
|
2011-07-18 12:28:43 +00:00
|
|
|
+ Each completed script starts with auto_ or manual_ prefix
|
2011-07-09 07:33:33 +00:00
|
|
|
+ Each script' self-generated data are to be stored in
|
2011-06-28 12:50:55 +00:00
|
|
|
./releng_generated_data/scriptname/ directory
|
2011-07-08 14:18:54 +00:00
|
|
|
+ Keep the newly added script options in sync with other scripts
|
2011-06-28 17:33:08 +00:00
|
|
|
+ Throw FAIL string to stdout if any failure is detected
|
|
|
|
+ Return exit code 0 on success, non-zero on failure
|
2011-06-28 18:42:08 +00:00
|
|
|
+ Use different exit codes for any failure (range 0-31)
|