Test nextcloud (#473)

This commit is contained in:
Markus Unterwaditzer 2016-06-16 15:28:24 +02:00 committed by GitHub
parent 5f302b0206
commit c6e66dc682
4 changed files with 31 additions and 2 deletions

3
.gitmodules vendored
View file

@ -10,3 +10,6 @@
[submodule "tests/storage/servers/davical"]
path = tests/storage/servers/davical
url = https://github.com/vdirsyncer/davical-testserver
[submodule "tests/storage/servers/nextcloud"]
path = tests/storage/servers/nextcloud
url = git@github.com:vdirsyncer/nextcloud-testserver

View file

@ -42,6 +42,18 @@
"env": "BUILD=test DAV_SERVER=owncloud REQUIREMENTS=minimal BUILD_PRS=false",
"python": "2.7"
},
{
"env": "BUILD=test DAV_SERVER=nextcloud REQUIREMENTS=devel BUILD_PRS=false",
"python": "2.7"
},
{
"env": "BUILD=test DAV_SERVER=nextcloud REQUIREMENTS=release BUILD_PRS=false",
"python": "2.7"
},
{
"env": "BUILD=test DAV_SERVER=nextcloud REQUIREMENTS=minimal BUILD_PRS=false",
"python": "2.7"
},
{
"env": "BUILD=test DAV_SERVER=baikal REQUIREMENTS=devel BUILD_PRS=false",
"python": "2.7"
@ -138,6 +150,18 @@
"env": "BUILD=test DAV_SERVER=owncloud REQUIREMENTS=minimal BUILD_PRS=false",
"python": "3.5"
},
{
"env": "BUILD=test DAV_SERVER=nextcloud REQUIREMENTS=devel BUILD_PRS=false",
"python": "3.5"
},
{
"env": "BUILD=test DAV_SERVER=nextcloud REQUIREMENTS=release BUILD_PRS=false",
"python": "3.5"
},
{
"env": "BUILD=test DAV_SERVER=nextcloud REQUIREMENTS=minimal BUILD_PRS=false",
"python": "3.5"
},
{
"env": "BUILD=test DAV_SERVER=baikal REQUIREMENTS=devel BUILD_PRS=false",
"python": "3.5"

View file

@ -45,10 +45,11 @@ for python in ("2.7", "3.3", "3.4", "3.5", "pypy"):
})
if python == "3.5":
dav_servers = ("radicale", "owncloud", "baikal", "davical")
dav_servers = ("radicale", "owncloud", "nextcloud", "baikal",
"davical")
rs_servers = ("mysteryshack",)
elif python == "2.7":
dav_servers = ("owncloud", "baikal", "davical")
dav_servers = ("owncloud", "nextcloud", "baikal", "davical")
rs_servers = ("mysteryshack",)
elif python == "pypy":
dav_servers = ()

@ -0,0 +1 @@
Subproject commit b8fb35f556eab60502484dee43a14566806642af