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
Pipeline #6435 failed with stage
in 0 seconds
......@@ -174,6 +174,7 @@ class NextCloudTestCase(InstanceTestCase):
class TestServices(NextCloudTestCase):
__partition_reference__ = 'ncs'
def test_process_list(self):
hash_list = [
......@@ -275,6 +276,8 @@ class TestServices(NextCloudTestCase):
class TestNextCloudParameters(NextCloudTestCase):
__partition_reference__ = 'ncp'
@classmethod
def getInstanceParameterDict(cls):
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