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.

41 lines
1.2 KiB

3 years ago
# Example af a component with
# # more instance -> connection
# # some subcomponents
# # artifact-tyoe log
conf:
instance:
count: 2 # count of instances
single: n
components:
testA1:
relationtyp: call # call|called|queue
conffile: "{dompath}/config/dbconn.xml"
filetyp: xml
ippattern: "<second>.*?<ip>(.*?)</ip>"
hostpattern: "<second>.*?<hostname>(.*?)</hostname>"
testA2:
relationtyp: call # call : is called by this comp
conffile: "{dompath}/config/settings.xml"
filetyp: xml
urlpattern: "<first>.*?<ulr>(.*?)</url>"
function:
check_environment: "todo"
init_testcase: "todo"
finish_testcase: "todo"
3 years ago
system: # look at sysmonitor
script: "{dompath}/bin/sysctl.sh" # for checking
checks: "status,version,start,stop,restart,available"
artifact: # look at testrun
3 years ago
log: # log|db|file|lob
path: "{dompath}/log/debug.log"
rotate: jmx
reset: testcase
oldfile: "{dompath}/log/debug_{timepattern}.log"
3 years ago
catalog: # TODO
fields:
- field1:
type: "varchar(20)"
domain: product # for which stakeholder it is important and a view should be implemented
3 years ago