Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Matevz Golob
/
slapos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 2e5ced0f
authored
2019-06-04 02:50:34 +0200
by
Jérome Perrin
Committed by
Matevz Golob
2019-07-12 13:06:00 +0100
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
erp5: minimal test for WSGI
/reviewed-on
nexedi/slapos!588
1 parent
c6cf6e06
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
software/erp5/test/test/test_erp5.py
software/erp5/test/test/test_erp5.py
View file @
2e5ced0
...
...
@@ -97,6 +97,16 @@ class TestDefaultParameters(ERP5TestCase, TestPublishedURLIsReachableMixin):
__partition_reference__
=
'defp'
class
TestWSGI
(
ERP5TestCase
,
TestPublishedURLIsReachableMixin
):
"""Test ERP5 WSGI server
"""
__partition_reference__
=
'wsgi'
@classmethod
def
getInstanceParameterDict
(
cls
):
return
{
'_'
:
json
.
dumps
({
'wsgi'
:
True
})}
class
TestApacheBalancerPorts
(
ERP5TestCase
):
"""Instanciate with two zope families, this should create for each family:
- a balancer entry point with corresponding haproxy
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment