Added HTTPS functional tests
This commit is contained in:
parent
037a492deb
commit
ec648ea753
2 changed files with 14 additions and 4 deletions
|
@ -42,3 +42,12 @@ export TROVEBOX_TEST_CONFIG=test-hosted
|
|||
unset TROVEBOX_TEST_SERVER_API
|
||||
python -m unittest discover --catch tests/functional
|
||||
|
||||
# Test account on hosted trovebox.com site over HTTPS
|
||||
tput setaf 3
|
||||
echo
|
||||
echo "Testing latest hosted site over HTTPS..."
|
||||
tput sgr0
|
||||
export TROVEBOX_TEST_CONFIG=test-hosted-https
|
||||
unset TROVEBOX_TEST_SERVER_API
|
||||
python -m unittest discover --catch tests/functional
|
||||
|
||||
|
|
|
@ -102,4 +102,5 @@ 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 trovebox.com
|
||||
test-hosted : Credentials for test account on http://<xxxx>.trovebox.com
|
||||
test-hosted-https : Same as test-hosted, but with https://
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue