File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ echo "DEIS_ROOT=$DEIS_ROOT"
1818export 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 }
2222echo " DEIS_TEST_APP=$DEIS_TEST_APP "
2323
2424# SSH key name used for testing
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments