Data-Test-Executer Framework speziell zum Test von Datenverarbeitungen mit Datengenerierung, Systemvorbereitungen, Einspielungen, ganzheitlicher diversifizierender Vergleich
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
725 B

3 years ago
# Example af a component with
# # one instance -> connection
# # mo subcomponents
3 years ago
# # artifact-tyoe flaskdb -> precondition, load testdata, postcondition
3 years ago
conf:
instance:
count: 1
single: y
components:
testa11:
relationtyp: a # these attributes can be checked in statical way if connection is correctly set
conffile: "{dompath}/config/dbconn.xml"
filetyp: xml
ippattern: "<second>.*?<ip>(.*?)</ip>"
hostpattern: "<second>.*?<hostname>(.*?)</hostname>"
function:
check_environment: "todo"
init_testcase: "todo" # -> precondition, load testdata
finish_testcase: "todo" # -> postcondition, check data
artifact:
db:
reset: testset
3 years ago
testdata: flaskdb #