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.

322 lines
4.3 KiB

application:
_header:
- _field
- type
- format
- index
_fields:
- apid
- name
- description
- reference
- attributes
- inscommit
- insauthor
- instime
- updcommit
- updauthor
- updtime
- actual
apid:
_field: apid
type: pk
name:
_field: name
type: str
2 years ago
index: I
description:
_field: description
type: string
reference:
_field: reference
type: str
attributes:
_field: attributes
type: string
insauthor:
_field: insauthor
type: str
inscommit:
_field: inscommit
type: str
instime:
_field: instime
type: time
updauthor:
_field: updauthor
type: str
updcommit:
_field: updcommit
type: str
updtime:
_field: updtime
type: time
actual:
_field: actual
type: int
2 years ago
index: I
ap_component:
_header:
- _field
- type
- format
- index
_fields:
- apcomid
- apid
- component
apcomid:
_field: apcomid
type: pk
apid:
_field: apid
type: int
2 years ago
index: I
component:
_field: component
type: str
2 years ago
index: I
2 years ago
ap_application:
_header:
- _field
- type
- format
- index
_fields:
2 years ago
- apappid
- apid
- application
apappid:
_field: apappid
2 years ago
type: pk
apid:
_field: apid
2 years ago
type: int
2 years ago
index: I
2 years ago
application:
_field: component
2 years ago
type: str
2 years ago
index: I
ap_project:
_header:
- _field
- type
- format
- index
_fields:
- approid
- apid
- project
- description
- reference
approid:
_field: apid
type: pk
apid:
_field: apid
type: int
2 years ago
index: I
project:
_field: project
type: str
2 years ago
index: I
description:
_field: description
type: string
reference:
_field: reference
type: str
2 years ago
environment:
_header:
- _field
- type
- format
- index
_fields:
2 years ago
- enid
- name
- description
- reference
- attributes
- inscommit
- insauthor
- instime
- updcommit
- updauthor
- updtime
- actual
2 years ago
enid:
_field: enid
type: pk
name:
_field: name
type: str
2 years ago
index: I
description:
_field: description
type: string
reference:
_field: reference
type: str
attributes:
_field: attributes
type: string
insauthor:
_field: insauthor
type: str
inscommit:
_field: inscommit
type: str
instime:
_field: instime
type: time
updauthor:
_field: updauthor
type: str
updcommit:
_field: updcommit
type: str
updtime:
_field: updtime
type: time
actual:
_field: actual
type: int
2 years ago
index: I
2 years ago
en_project:
_header:
- _field
- type
- format
- index
_fields:
2 years ago
- enproid
- enid
- project
enproid:
_field: enproid
2 years ago
type: pk
enid:
_field: enid
2 years ago
type: int
2 years ago
index: I
2 years ago
project:
_field: project
2 years ago
type: str
2 years ago
index: I
2 years ago
en_component:
_header:
- _field
- type
- format
- index
_fields:
2 years ago
- encomid
- enid
- component
2 years ago
- instance
- type
- ip
- port
- hostname
- dompath
2 years ago
- user
- password
- attributes
2 years ago
encomid:
_field: encomid
type: pk
2 years ago
enid:
_field: enid
index: I
2 years ago
type: int
component:
_field: component
index: I
2 years ago
type: str
instance:
_field: instance
2 years ago
type: int
type:
_field: type
type: str
ip:
_field: ip
type: str
port:
_field: port
type: str
hostname:
_field: hostname
type: str
dompath:
_field: dompath
type: str
2 years ago
user:
_field: user
2 years ago
type: str
password:
_field: password
2 years ago
type: str
attributes:
_field: attributes
2 years ago
type: string
component:
_header:
- _field
- type
- format
- index
_fields:
2 years ago
- coid
- name
- description
- reference
- attributes
- inscommit
- insauthor
- instime
- updcommit
- updauthor
- updtime
- actual
coid:
_field: apid
2 years ago
type: pk
name:
_field: name
2 years ago
type: str
2 years ago
index: I
2 years ago
description:
_field: description
2 years ago
type: string
reference:
_field: reference
2 years ago
type: str
attributes:
_field: attributes
type: string
insauthor:
_field: insauthor
type: str
inscommit:
_field: inscommit
type: str
instime:
_field: instime
type: time
updauthor:
_field: updauthor
type: str
updcommit:
_field: updcommit
type: str
updtime:
_field: updtime
type: time
actual:
_field: actual
type: int
2 years ago
index: I
2 years ago