Skip to content

Commit

Permalink
LPD-26785 Add SCIM and Antivirus integration tests to security
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelecastro authored and brianchandotcom committed Jul 16, 2024
1 parent 2a93761 commit add8ce6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
27 changes: 27 additions & 0 deletions modules/dxp/apps/scim/test.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
##
## Test Batch
##

#
# Portal Hotfix Release
#

test.batch.run.property.query[functional-bundle-tomcat-mysql57-jdk8][test-portal-hotfix-release]=\
${test.batch.run.property.query[functional-tomcat*-mysql*-jdk8][relevant]}

#
# Relevant
#

test.batch.run.property.query[functional-tomcat*-mysql*-jdk8][relevant]=\
(portal.acceptance == true) AND \
(\
(testray.component.names ~ "SCIM") OR \
(testray.main.component.name ~ "SCIM")\
)

##
## Testray
##

testray.main.component.name=SCIM
2 changes: 2 additions & 0 deletions test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9638,6 +9638,7 @@ test.batch.run.property.query[functional-orcllinux9-tomcat90-mysql57-jdk8]=\
#

test.batch.class.names.includes[security]=\
**/antivirus-async-store-test/**/*Test.java,\
**/cookies/**/*Test.java,\
**/multi-factor-authentication/**/*Test.java,\
**/oauth-client/**/*Test.java,\
Expand All @@ -9652,6 +9653,7 @@ test.batch.run.property.query[functional-orcllinux9-tomcat90-mysql57-jdk8]=\
**/portal-security-ldap-test/**/*Test.java,\
**/portal-security-sso/**/*Test.java,\
**/saml/**/*Test.java,\
**/scim/**/*Test.java,\
**/test/unit/**/security/*Test.java

test.batch.dist.app.servers[security]=tomcat
Expand Down

0 comments on commit add8ce6

Please sign in to comment.