-
Notifications
You must be signed in to change notification settings - Fork 78
/
test.properties
32 lines (29 loc) · 991 Bytes
/
test.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
##
## DO NOT EDIT THIS FILE.
##
## To update the properties of this file, create a separate properties file
## named "test.${user.name}.properties" with the properties to overwrite.
##
##
## Test Batch
##
test.batch.names=\
subrepository-functional-tomcat80-mysql56-jdk8,\
subrepository-integration-mysql56-jdk8
test.batch.run.property.query[subrepository-functional-tomcat80-mysql56-jdk8]=\
(\
(portal.acceptance == "true") AND \
(\
(testray.component.names ~ "Dynamic Data Lists") OR \
(testray.main.component.name ~ "Web Content") OR \
(testray.main.component.name == "Dynamic Data Lists")\
)\
) OR \
(\
(testray.main.component.name == "Upgrades FW") AND \
(testray.component.names ~ "Forms")\
) OR \
(\
(portal.subrepo != "false") AND \
(testray.main.component.name == "Forms")\
)