Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Activating Bamboo integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcagarcia committed Feb 12, 2016
1 parent 488fa0f commit 71422eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
13 changes: 7 additions & 6 deletions runtime/deployment-support/roo-bamboo-deploy-dist.sh
Expand Up @@ -620,9 +620,10 @@ if [[ "$COMMAND" = "assembly" ]]; then

# Project Settings tests
load_roo_build script projectsettingstest1.roo
load_roo_build script projectsettingstest2.roo
load_roo_build script projectsettingstest2.roo

# Temporally disabled
# Temporally disabled

#load_roo_build_and_test script vote.roo
#tomcat_stop_start_get_stop http://localhost:8888/vote

Expand All @@ -632,9 +633,9 @@ if [[ "$COMMAND" = "assembly" ]]; then
#load_roo_build_and_test script wedding.roo
#tomcat_stop_start_get_stop http://localhost:8888/wedding

# load_roo_build_and_test script pizzashop.roo
#load_roo_build_and_test script pizzashop.roo
#tomcat_stop_start_get_stop http://localhost:8888/pizzashop
# pizzashop_tests
#pizzashop_tests

# JSF was removed on Spring Roo 2.0
#load_roo_build_and_test script bikeshop.roo
Expand All @@ -644,8 +645,8 @@ if [[ "$COMMAND" = "assembly" ]]; then
#load_roo_build_and_test_multimodule script multimodule.roo
#tomcat_stop_start_get_stop_multimodule ui/mvc http://localhost:8888/mvc

load_roo_build_and_test script embedding.roo
tomcat_stop_start_get_stop http://localhost:8888/embedding
#load_roo_build_and_test script embedding.roo
#tomcat_stop_start_get_stop http://localhost:8888/embedding

log "Removing Roo distribution from test area"
rm -rf /tmp/$RELEASE_IDENTIFIER
Expand Down
9 changes: 5 additions & 4 deletions runtime/deployment-support/roo-deploy-dist.sh
Expand Up @@ -646,9 +646,10 @@ if [[ "$COMMAND" = "assembly" ]]; then

# Project Settings tests
load_roo_build script projectsettingstest1.roo
load_roo_build script projectsettingstest2.roo
load_roo_build script projectsettingstest2.roo

# Temporally disabled

# Temporally disabled
#load_roo_build_and_test script vote.roo
#tomcat_stop_start_get_stop http://localhost:8888/vote

Expand All @@ -658,9 +659,9 @@ if [[ "$COMMAND" = "assembly" ]]; then
#load_roo_build_and_test script wedding.roo
#tomcat_stop_start_get_stop http://localhost:8888/wedding

#load_roo_build_and_test script pizzashop.roo
#load_roo_build_and_test script pizzashop.roo
#tomcat_stop_start_get_stop http://localhost:8888/pizzashop
# pizzashop_tests
#pizzashop_tests

# JSF was removed on Spring Roo 2.0
#load_roo_build_and_test script bikeshop.roo
Expand Down

0 comments on commit 71422eb

Please sign in to comment.