Skip to content

Commit

Permalink
LPS-160883 Add notifications test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
austinchiang authored and brianchandotcom committed Aug 18, 2022
1 parent df08652 commit de84df6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci.properties
Expand Up @@ -80,6 +80,7 @@ ci.test.available.suites=\
lpkg,\
message-boards,\
mfa,\
notifications,\
oauth2,\
object,\
oidc,\
Expand Down Expand Up @@ -218,6 +219,7 @@ ci.test.suite.description[lima-acceptance]=Test Lima acceptance tests.
ci.test.suite.description[lima-upgrade]=Test Lima upgrade tests.
ci.test.suite.description[lpkg]=Test LPKG tests.
ci.test.suite.description[mfa]=Test Multi Factor Authentication tests.
ci.test.suite.description[notifications]=Test Notifications tests.
ci.test.suite.description[oauth2]=Test OAuth 2 tests.
ci.test.suite.description[object]=Test Object tests.
ci.test.suite.description[oidc]=Test OpenID Connect tests.
Expand Down
21 changes: 21 additions & 0 deletions test.properties
Expand Up @@ -4941,6 +4941,27 @@
(testray.main.component.name ~ "Multi Factor Authentication")\
)

#
# Notifications
#

test.batch.class.names.includes[notifications]=\
**/notifications-uad-test/**/*Test.java,\
**/notifications-web-test/**/*Test.java

test.batch.dist.app.servers[notifications]=tomcat

test.batch.names[notifications]=\
functional-tomcat90-mysql57-jdk8,\
modules-integration-mysql57-jdk8,\
test.batch.run.property.query[functional-tomcat90-mysql57-jdk8][notifications]=\
(portal.upstream == "true") AND \
(\
(testray.component.names ~ "Notifications") OR \
(testray.main.component.name ~ "Notifications")\
)

#
# OAuth 2
#
Expand Down

0 comments on commit de84df6

Please sign in to comment.