Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos
Commits
c82f00de
Commit
c82f00de
authored
Apr 12, 2019
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
caddy-frontend/test: Cleanup TestQuicEnabled
parent
451032ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
software/caddy-frontend/test/test.py
software/caddy-frontend/test/test.py
+0
-16
No files found.
software/caddy-frontend/test/test.py
View file @
c82f00de
...
@@ -3642,8 +3642,6 @@ class TestQuicEnabled(SlaveHttpFrontendTestCase, TestDataMixin):
...
@@ -3642,8 +3642,6 @@ class TestQuicEnabled(SlaveHttpFrontendTestCase, TestDataMixin):
'
nginx
-
domain
': '
nginx
.
example
.
com
',
'
nginx
-
domain
': '
nginx
.
example
.
com
',
'
public
-
ipv4
': SLAPOS_TEST_IPV4,
'
public
-
ipv4
': SLAPOS_TEST_IPV4,
'
enable
-
quic
': '
true
',
'
enable
-
quic
': '
true
',
'
-
frontend
-
authorized
-
slave
-
string
':
'
_apache_custom_http_s
-
accepted
_caddy_custom_http_s
-
accepted
',
'
port
': HTTPS_PORT,
'
port
': HTTPS_PORT,
'
plain_http_port
': HTTP_PORT,
'
plain_http_port
': HTTP_PORT,
'
nginx_port
': NGINX_HTTPS_PORT,
'
nginx_port
': NGINX_HTTPS_PORT,
...
@@ -3663,20 +3661,6 @@ class TestQuicEnabled(SlaveHttpFrontendTestCase, TestDataMixin):
...
@@ -3663,20 +3661,6 @@ class TestQuicEnabled(SlaveHttpFrontendTestCase, TestDataMixin):
},
},
}
}
def getMasterPartitionPath(self):
# partition w/o etc/trafficserver, but with buildout.cfg
return [
q for q in glob.glob(os.path.join(self.instance_path, '
*
',))
if not os.path.exists(
os.path.join(q, '
etc
', '
trafficserver
')) and os.path.exists(
os.path.join(q, '
buildout
.
cfg
'))][0]
def getSlavePartitionPath(self):
# partition w/ etc/trafficserver
return [
q for q in glob.glob(os.path.join(self.instance_path, '
*
',))
if os.path.exists(os.path.join(q, '
etc
', '
trafficserver
'))][0]
# It is known problem that QUIC does not work after sending reload signal,
# It is known problem that QUIC does not work after sending reload signal,
# SIGUSR1, see https://github.com/mholt/caddy/issues/2394
# SIGUSR1, see https://github.com/mholt/caddy/issues/2394
@expectedFailure
@expectedFailure
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment