Skip to content

Commit c4cdf6e

Browse files
author
Matthew Fisher
committed
Merge pull request #2750 from bacongobbler/example-dockerfile-http
re-revert "ref(tests): switch to example-dockerfile-http app"
2 parents 4e6a7de + 95ea11f commit c4cdf6e

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/contributing/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ test-integration.sh
9696
>>> Preparing test environment <<<
9797
9898
DEIS_ROOT=/Users/matt/Projects/src/github.com/deis/deis
99-
DEIS_TEST_APP=example-go
99+
DEIS_TEST_APP=example-dockerfile-http
100100
...
101101
>>> Running integration suite <<<
102102

tests/bin/test-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ echo "DEIS_ROOT=$DEIS_ROOT"
1818
export PATH=${GOPATH}/bin:$PATH
1919

2020
# the application under test
21-
export DEIS_TEST_APP=${DEIS_TEST_APP:-example-go}
21+
export DEIS_TEST_APP=${DEIS_TEST_APP:-example-dockerfile-http}
2222
echo "DEIS_TEST_APP=$DEIS_TEST_APP"
2323

2424
# SSH key name used for testing

tests/utils/itutils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ func GetRandomApp() string {
312312
"example-python-flask",
313313
"example-ruby-sinatra",
314314
"example-scala",
315+
"example-dockerfile-http",
315316
}
316317
return apps[rand.Intn(len(apps))]
317318
}

0 commit comments

Comments
 (0)