Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

update springboot test to match updated example #61

Merged
merged 1 commit into from
Nov 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ test() {
# - port number for which url will be created
# - url path to check for response (usually "/")
# - string that url response must contain to checking that application is running corect
test "java-maven" "https://github.com/odo-devfiles/springboot-ex.git" "8080" "/" "You are currently running a Spring server built for the IBM Cloud"
test "java-maven" "https://github.com/odo-devfiles/springboot-ex.git" "8080" "/" "Hello World!"
test "java-openliberty" "https://github.com/OpenLiberty/application-stack-intro.git" "9080" "/api/resource" "Hello! Welcome to Open Liberty"
test "java-quarkus" "https://github.com/odo-devfiles/quarkus-ex" "8080" "/" "Congratulations, you have created a new Quarkus application."
test "java-springboot" "https://github.com/odo-devfiles/springboot-ex.git" "8080" "/" "You are currently running a Spring server built for the IBM Cloud"
test "java-springboot" "https://github.com/odo-devfiles/springboot-ex.git" "8080" "/" "Hello World!"
test "nodejs" "https://github.com/odo-devfiles/nodejs-ex.git" "3000" "/" "Hello from Node.js Starter Application!"
test "python" "https://github.com/odo-devfiles/python-ex.git" "8080" "/" "Hello World!"
test "python-django" "https://github.com/odo-devfiles/python-django-ex.git" "8000" "/" "The install worked successfully! Congratulations!"
Expand Down