Skip to content

Commit

Permalink
Remove APIv1 test server from functional tests.
Browse files Browse the repository at this point in the history
There are too many exceptions required, and this is now very old.
  • Loading branch information
sneakypete81 committed Sep 14, 2013
1 parent 9721fb2 commit 379f332
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
11 changes: 0 additions & 11 deletions run_functional_tests
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@ export TROVEBOX_TEST_CONFIG=test
unset TROVEBOX_TEST_SERVER_API
python -m unittest discover --catch tests/functional

# Test server running APIv1 Trovebox instance
# Install from photo/frontend commit 660b2ab
tput setaf 3
echo
echo "Testing APIv1 self-hosted site..."
tput sgr0
sleep 1
export TROVEBOX_TEST_CONFIG=test-apiv1
export TROVEBOX_TEST_SERVER_API=1
python -m unittest discover --catch tests/functional

# Test server running v3.0.8 Trovebox instance
# Install from photo/frontend commit e9d81de57b
tput setaf 3
Expand Down
1 change: 0 additions & 1 deletion tests/functional/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ To use it, you must set up multiple Trovebox instances and create the following
config files containing your credentials:

test : Latest self-hosted site (from photo/frontend master branch)
test-apiv1 : APIv1 self-hosted site (from photo/frontend commit 660b2ab)
test-3.0.8 : v3.0.8 self-hosted site (from photo/frontend commit e9d81de57b)
test-hosted : Credentials for test account on http://<xxxx>.trovebox.com
test-hosted-https : Same as test-hosted, but with https://

0 comments on commit 379f332

Please sign in to comment.