updated to the latest conventions
This commit is contained in:
parent
c4739935cb
commit
fb527762ec
@ -8,13 +8,13 @@ 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/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
|
||||||
|
|
||||||
* 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 over the top of template_new_releng
|
||||||
+ file name starts with releng_
|
+ file name starts with releng_
|
||||||
+ any generated data to be stored in ./$0.result 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 test.conf{.template}
|
||||||
|
@ -24,4 +24,4 @@
|
|||||||
|
|
||||||
* Interpreter to read options from config files and sets the variables
|
* Interpreter to read options from config files and sets the variables
|
||||||
* Config files to be stored in $HOME/.libburnia-releng/
|
* Config files to be stored in $HOME/.libburnia-releng/
|
||||||
* Generated data in ./tmp/$scriptname.result
|
* Generated data in ./tmp/$scriptname directory
|
||||||
|
Loading…
Reference in New Issue
Block a user