-
Notifications
You must be signed in to change notification settings - Fork 144
/
Copy pathTazUnitTest.properties
33 lines (27 loc) · 1.95 KB
/
TazUnitTest.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Releng properties used by language/TazUnitTest.groovy
tazunittest_requiredBuildProperties=tazunittest_srcDatasets,tazunittest_loadDatasets,tazunittest_reportDatasets,tazunittest_bzucfgPDS,\
tazunittest_bzureportPDS,tazunittest_bzuplayPDS,tazunittest_srcOptions,tazunittest_loadOptions,tazunittest_reportOptions,\
tazunittest_jobCard,tazunittest_maxPassRC,tazunittest_maxWarnRC,tazunittest_playbackFileExtension,\
tazunittest_eqaplayParms,tazunittest_userDebugSessionTestParm, \
tazunittest_dependencySearch
tazunittest_bzucfgPDS=${hlq}.BZU.BZUCFG
tazunittest_bzureportPDS=${hlq}.BZU.BZURPT
tazunittest_bzuplayPDS=${hlq}.BZU.BZUPLAY
# List the data sets that need to be created and their creation options
tazunittest_srcDatasets=${tazunittest_bzucfgPDS}
tazunittest_srcOptions=cyl space(1,1) lrecl(27998) dsorg(PO) recfm(V,B) dsntype(library)
tazunittest_loadDatasets=${tazunittest_bzuplayPDS}
tazunittest_loadOptions=cyl space(1,1) dsorg(PO) lrecl(256) recfm(F,B) blksize(32512) dsntype(library)
tazunittest_reportDatasets=${tazunittest_bzureportPDS}
tazunittest_reportOptions=tracks space(200,40) dsorg(PO) blksize(32760) lrecl(16383) recfm(v,b) dsntype(library)
# tazunittest_dependenciesDatasetMapping - an optional dbb property mapping to map dependencies to different target datasets
# this property is used when dependencies are copied to the different build libraries, e.q dclgens going into to a dedicated library
# note, that a dependency file needs to match a single rule
#
# sample:
# tazunittest_dependenciesDatasetMapping = tazunittest_bzuplayPDS :: **/bzuplay/*.rec
# tazunittest_dependenciesDatasetMapping = tazunittest_bzuplayPDS :: **/bzuplay_vtp/*.rec
#
# default copies all dependencies into the dependency dataset definition which was previously passed to the utilities/BuildUitilities.copySourceFiles method
# tazunittest_dependenciesDatasetMapping = tazunittest_bzuplayPDS :: **/*
tazunittest_dependenciesDatasetMapping = tazunittest_bzuplayPDS :: **/*