updated to make latest conventions more clear
This commit is contained in:
parent
296c3d18bb
commit
bf6bcf6dda
@ -9,18 +9,18 @@ Release Engineering Che[at|ck] List
|
|||||||
* SETUP THE TEST ENVIRONMENT
|
* SETUP THE TEST ENVIRONMENT
|
||||||
+ Not all TESTs are scripts (e.g. cppcheck, valgrind)
|
+ Not all TESTs are scripts (e.g. cppcheck, valgrind)
|
||||||
+ Copy all FILE.conf.template to $HOME/.libburnia-releng/FILE.conf
|
+ Copy all FILE.conf.template to $HOME/.libburnia-releng/FILE.conf
|
||||||
+ Read the configuration files and set up accordingly
|
+ Read the configuration files and set up accordingly to your needs
|
||||||
|
|
||||||
* DELIVERING A NEW TEST SCRIPT
|
* DELIVERING A NEW TEST SCRIPT
|
||||||
+ start a new test over the top of template_new_releng
|
+ start a new test script over the top of template_new_releng
|
||||||
+ file name starts with releng_
|
+ all filenames start with releng_ prefix
|
||||||
+ any generated data to be stored in ./tmp/scriptname directory
|
+ any generated data to be stored in ./tmp/scriptname directory
|
||||||
+ test data generation options -rc [-keep]
|
+ test data generation options -rc [-keep]
|
||||||
+ test data removal options -cleanup
|
+ test data removal options -cleanup
|
||||||
+ well documented configuration file test.conf{.template}
|
+ well documented configuration file $script.conf.template
|
||||||
+ throw FAIL string to stdout if any failure is detected
|
+ throw FAIL string to stdout if any failure is detected
|
||||||
+ exit code 0 on success, non-zero on failure
|
+ exit code 0 on success, non-zero on failure
|
||||||
+ use different exit codes for any failure (10, 20, ... 100)
|
+ use different exit codes for any failure (range 1-31)
|
||||||
|
|
||||||
* RUNNING TESTS
|
* RUNNING TESTS
|
||||||
+ All tests have to be run from the releng/ directory, within
|
+ All tests have to be run from the releng/ directory, within
|
||||||
@ -36,6 +36,10 @@ Release Engineering Che[at|ck] List
|
|||||||
FILE: libisoburn/releng/releng_build_isojigdo
|
FILE: libisoburn/releng/releng_build_isojigdo
|
||||||
WHO: george, thomas
|
WHO: george, thomas
|
||||||
|
|
||||||
|
TEST: releng_check_hardlinks
|
||||||
|
FILE: libisoburn/releng/releng_check_hardlinks
|
||||||
|
WHO: george, thomas
|
||||||
|
|
||||||
TEST: releng_check_isocontent
|
TEST: releng_check_isocontent
|
||||||
FILE: libisoburn/releng/releng_check_isocontent
|
FILE: libisoburn/releng/releng_check_isocontent
|
||||||
WHO: george, thomas
|
WHO: george, thomas
|
||||||
|
Loading…
Reference in New Issue
Block a user