Skip to content

Commit ebded17

Browse files
author
Matthew Fisher
committed
Revert "ref(tests): switch to example-dockerfile-http app"
This reverts commit d4b9ca8.
1 parent 430b386 commit ebded17

3 files changed

Lines changed: 2 additions & 3 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-dockerfile-http
99+
DEIS_TEST_APP=example-go
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-dockerfile-http}
21+
export DEIS_TEST_APP=${DEIS_TEST_APP:-example-go}
2222
echo "DEIS_TEST_APP=$DEIS_TEST_APP"
2323

2424
# SSH key name used for testing

tests/utils/itutils.go

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

0 commit comments

Comments
 (0)