forked from IBM/dbb-zappbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.properties
More file actions
78 lines (68 loc) · 3.68 KB
/
Copy pathtest.properties
File metadata and controls
78 lines (68 loc) · 3.68 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
########################
# test.groovy properties
########################
#
# list of test scripts to run for this application
# the order of the list matters
test_testOrder=resetBuild.groovy,mergeBuild.groovy,fullBuild.groovy,impactBuild.groovy,impactBuild_properties.groovy,impactBuild_renaming.groovy,resetBuild.groovy
###############################
# mergeBuild.groovy properties
###############################
#
# build properties to overwrite a set of options to enable test scenario in test framework
mergeBuild_buildPropSetting = build-conf/mergeBuildOpts.properties
# list of changed source files to test impact builds
mergeBuild_changedFiles = bms/epsmlis.bms,cobol/epscsmrt.cbl
#
# list of source datasets (LLQ) that should be deleted during impactBuild.groovy cleanUp
mergeBuild_datasetsToCleanUp = BMS,COBOL,LINK
#
# Use file properties to associate expected files built to changed files
mergeBuild_expectedFilesBuilt = epsmlis.bms :: bms/epsmlis.bms
mergeBuild_expectedFilesBuilt = epsmlis.bms,epscsmrt.cbl :: cobol/epscsmrt.cbl
#############################
# fullBuild.groovy properties
#############################
#
# list of programs should be built for a full build for this application
fullBuild_expectedFilesBuilt = epsnbrvl.cbl,epscsmrt.cbl,epsmort.bms,epsmlist.lnk,epsmlis.bms,epsmlist.cbl,epsmpmt.cbl,epscmort.cbl,epscsmrd.cbl
#
# list of source datasets (LLQ) that should be deleted during fullBuild.groovy cleanUp
fullBuild_datasetsToCleanUp = BMS,COBOL,LINK
###############################
# impactBuild.groovy properties
###############################
#
# list of changed source files to test impact builds
impactBuild_changedFiles = bms/epsmort.bms,cobol/epsmlist.cbl,copybook/epsmtout.cpy,link/epsmlist.lnk
#
# list of source datasets (LLQ) that should be deleted during impactBuild.groovy cleanUp
impactBuild_datasetsToCleanUp = BMS,COBOL,LINK
#
# Use file properties to associate expected files built to changed files
impactBuild_expectedFilesBuilt = epsmort.bms,epscmort.cbl :: bms/epsmort.bms
impactBuild_expectedFilesBuilt = epsmlist.cbl,epsmlist.lnk :: cobol/epsmlist.cbl
impactBuild_expectedFilesBuilt = epsmlist.cbl,epscsmrt.cbl,epscmort.cbl,epsmlist.lnk :: copybook/epsmtout.cpy
impactBuild_expectedFilesBuilt = epsmlist.lnk :: link/epsmlist.lnk
###############################
# impactBuild_rename.groovy properties
###############################
# list of changed source files to test impact builds
impactBuild_rename_renameFiles = cobol/epscsmrt.cbl
# Use file properties to associate new filename
impactBuild_rename_renameFilesMapping = cobol/epscsmr2.cbl :: cobol/epscsmrt.cbl
# Use file properties to associate expected files built to renamed files
impactBuild_rename_expectedFilesBuilt = epscsmr2.cbl :: cobol/epscsmrt.cbl
# list of source datasets (LLQ) that should be deleted during impactBuild.groovy cleanUp
impactBuild_rename_datasetsToCleanUp = BMS,COBOL,LINK,COPY,BMS.COPY,DBRM,LOAD,MFS,OBJ,TFORMAT
###############################
# impactBuild_properties.groovy properties
###############################
# changed source files to test impact builds
impactBuild_properties_changedFile = application-conf/Cobol.properties
# build properties file source files to test impact builds
impactBuild_properties_buildPropSetting = build-conf/impactPropertyChanges.properties
# Use file properties to associate expected files built for a changed build property
impactBuild_properties_expectedFilesBuilt = epscmort.cbl,epscsmrd.cbl,epscsmrt.cbl,epsmlist.cbl,epsmpmt.cbl,epsnbrvl.cbl :: application-conf/Cobol.properties
# list of source datasets (LLQ) that should be deleted during impactBuild.groovy cleanUp
impactBuild_properties_datasetsToCleanUp = BMS,COBOL,LINK,COPY,BMS.COPY,DBRM,LOAD,MFS,OBJ,TFORMAT