Commit 2bd95ea0 authored by Jérome Perrin's avatar Jérome Perrin

nextcloud: use shorter paths for test

Nextcloud's redis is causing `AF_UNIX path too long` on test nodes.
parent 997aa7fe
...@@ -174,6 +174,7 @@ class NextCloudTestCase(InstanceTestCase): ...@@ -174,6 +174,7 @@ class NextCloudTestCase(InstanceTestCase):
class TestServices(NextCloudTestCase): class TestServices(NextCloudTestCase):
__partition_reference__ = 'ncs'
def test_process_list(self): def test_process_list(self):
hash_list = [ hash_list = [
...@@ -275,6 +276,8 @@ class TestServices(NextCloudTestCase): ...@@ -275,6 +276,8 @@ class TestServices(NextCloudTestCase):
class TestNextCloudParameters(NextCloudTestCase): class TestNextCloudParameters(NextCloudTestCase):
__partition_reference__ = 'ncp'
@classmethod @classmethod
def getInstanceParameterDict(cls): def getInstanceParameterDict(cls):
return { return {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment