forked from IBM/dbb-zappbuild
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement pipeline support for TAZ unit tests (IBM#561)
* Implement pipeline support for TAZ unit tests * Remove zUnit support Signed-off-by: Dennis Behm <[email protected]> Co-authored-by: Mathieu Dalbin <[email protected]>
- Loading branch information
1 parent
12b85fe
commit 746fba0
Showing
23 changed files
with
236 additions
and
249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 :: **/* |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.