updated to make latest conventions more clear
This commit is contained in:
parent
f93dba9736
commit
dbe152aa6e
@ -9,18 +9,18 @@ Release Engineering Che[at|ck] List
|
||||
* SETUP THE TEST ENVIRONMENT
|
||||
+ Not all TESTs are scripts (e.g. cppcheck, valgrind)
|
||||
+ 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
|
||||
+ start a new test over the top of template_new_releng
|
||||
+ file name starts with releng_
|
||||
+ start a new test script over the top of template_new_releng
|
||||
+ all filenames start with releng_ prefix
|
||||
+ any generated data to be stored in ./tmp/scriptname directory
|
||||
+ test data generation options -rc [-keep]
|
||||
+ 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
|
||||
+ 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
|
||||
+ 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
|
||||
WHO: george, thomas
|
||||
|
||||
TEST: releng_check_hardlinks
|
||||
FILE: libisoburn/releng/releng_check_hardlinks
|
||||
WHO: george, thomas
|
||||
|
||||
TEST: releng_check_isocontent
|
||||
FILE: libisoburn/releng/releng_check_isocontent
|
||||
WHO: george, thomas
|
||||
|
Loading…
Reference in New Issue
Block a user