Skip to content

Commit

Permalink
LPD-23158 Add core-functional test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
julschong authored and brianchandotcom committed May 2, 2024
1 parent bf3a4ec commit 37f6a49
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci.properties
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ ci.test.available.suites=\
content-page-review,\
continuous-integration,\
cookies,\
core-functional,\
data-engine,\
data-engine-db-partition,\
data-integration,\
Expand Down Expand Up @@ -305,6 +306,7 @@ ci.test.suite.description[content-management-lxc]=Content Management functional
ci.test.suite.description[content-management-upgrade]=Test Content Management upgrade tests.
ci.test.suite.description[content-page-review]=Test Content Page Review (comments) tests.
ci.test.suite.description[continuous-integration]=Test Continuous Integration tests.
ci.test.suite.description[core-functional]=Test Core Infra Functional tests
ci.test.suite.description[cookies]=Test Cookie Preferences tests.
ci.test.suite.description[depot]=Test Depot tests.
ci.test.suite.description[dl-store]=Test Document Library Store tests.
Expand Down
51 changes: 51 additions & 0 deletions test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4575,6 +4575,57 @@ test.batch.run.property.query[functional-orcllinux9-tomcat90-mysql57-jdk8]=\
(portal.upstream == "true") AND \
(testray.main.component.name ~ "Cookies")

#
# Core Infrastructure
#

test.batch.dist.app.servers[core-functional]=tomcat

test.batch.names[core-functional]=\
functional-tomcat90-mysql57-jdk8

test.batch.run.property.query[functional-tomcat90-mysql57-jdk8][core-functional]=\
(\
(app.server.types == null) OR \
(app.server.types ~ tomcat)\
) AND \
(\
(database.types == null) OR \
(database.types ~ mysql)\
) AND \
(\
(testray.main.component.name == "Bean Portlet") OR \
(testray.main.component.name == "Bundle Blacklist") OR \
(testray.main.component.name == "Clustering") OR \
(testray.main.component.name == "Custom Fields") OR \
(testray.main.component.name == "Deployment") OR \
(testray.main.component.name == "Document Library Stores") OR \
(testray.main.component.name == "Ext") OR \
(testray.main.component.name == "File Install") OR \
(testray.main.component.name == "Gogo Shell") OR \
(testray.main.component.name == "IP Address") OR \
(testray.main.component.name == "JSP Compiler") OR \
(testray.main.component.name == "License") OR \
(testray.main.component.name == "Liferay Faces") OR \
(testray.main.component.name == "Locale") OR \
(testray.main.component.name == "Logging") OR \
(testray.main.component.name == "Mobile Device Rules") OR \
(testray.main.component.name == "Module Framework Servlet") OR \
(testray.main.component.name == "Portal Configuration") OR \
(testray.main.component.name == "Portal Services") OR \
(testray.main.component.name == "Rolling Restart") OR \
(testray.main.component.name == "Scheduler") OR \
(testray.main.component.name == "Server Administration") OR \
(testray.main.component.name == "Service Builder") OR \
(testray.main.component.name == "Setup Wizard") OR \
(testray.main.component.name == "Smoke") OR \
(testray.main.component.name == "TCK") OR \
(testray.main.component.name == "Templates Engine") OR \
(testray.main.component.name == "Test Plugins") OR \
(testray.main.component.name == "User Tracker") OR \
(testray.main.component.name == "Virtual Instances")\
)

#
# Data Engine
#
Expand Down

0 comments on commit 37f6a49

Please sign in to comment.