Skip to content

Commit

Permalink
LRQA-44008 Create test suite for environments
Browse files Browse the repository at this point in the history
  • Loading branch information
vicnate5 authored and brianchandotcom committed Oct 16, 2018
1 parent 15cef2f commit 36972f6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci.properties
@@ -1,6 +1,7 @@
ci.test.available.suites=\
acceptance,\
blade,\
environments,\
gauntlet,\
gradle-plugins,\
jsf,\
Expand All @@ -18,6 +19,7 @@ ci.test.available.suites=\

ci.test.suite.description[acceptance]=Test acceptance tests.
ci.test.suite.description[blade]=Test only Blade samples tests.
ci.test.suite.description[blade]=Test environment acceptance functional tests on all available environment stacks.
ci.test.suite.description[gauntlet]=Test upstream tests.
ci.test.suite.description[gradle-plugins]=Test only Gradle Plugins tests.
ci.test.suite.description[jsf]=Test only Liferay Faces tests.
Expand Down
21 changes: 21 additions & 0 deletions test.properties
Expand Up @@ -1331,6 +1331,27 @@
test.batch.dist.app.servers[blade]=tomcat
test.batch.names[blade]=blade-samples-jdk8

#
# Environments
#

test.batch.dist.app.servers[environments]=${test.batch.dist.app.servers}

test.batch.names[environments]=\
functional-smoke-jboss71-mysql57-jdk8,\
functional-smoke-tcserver40-mysql57-jdk8,\
functional-smoke-tomcat90-db2111-jdk8,\
functional-smoke-tomcat90-mariadb102-jdk8,\
functional-smoke-tomcat90-mysql57-jdk8,\
functional-smoke-tomcat90-oracle122-jdk8,\
functional-smoke-tomcat90-postgresql10-jdk8,\
functional-smoke-tomcat90-sybase160-jdk8,\
functional-smoke-weblogic122-mysql57-jdk8,\
functional-smoke-websphere90-mysql57-jdk8,\
functional-smoke-wildfly110-mariadb102-jdk8

test.batch.run.property.query[functional-smoke-*][environments]=environment.acceptance == true

#
# Gauntlet
#
Expand Down

0 comments on commit 36972f6

Please sign in to comment.