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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Alain Takoudjou
slapos
Commits
244c20f8
Commit
244c20f8
authored
Jul 20, 2018
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
caddy-frontend: Test shutdown timeout parameter
parent
1cf47379
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
software/caddy-frontend/test/test.py
software/caddy-frontend/test/test.py
+13
-0
No files found.
software/caddy-frontend/test/test.py
View file @
244c20f8
...
...
@@ -532,6 +532,7 @@ class TestSlave(SlaveHttpFrontendTestCase, TestDataMixin):
'
plain_nginx_port
': NGINX_HTTP_PORT,
'
monitor
-
httpd
-
port
': MONITOR_HTTPD_PORT,
'
-
frontend
-
config
-
1
-
monitor
-
httpd
-
port
': MONITOR_F1_HTTPD_PORT,
'
mpm
-
graceful
-
shutdown
-
timeout
': 2,
}
@classmethod
...
...
@@ -755,6 +756,18 @@ class TestSlave(SlaveHttpFrontendTestCase, TestDataMixin):
os
.
path
.
join
(
partition_path
,
'etc'
,
'httpd-cors.cfg'
),
'r'
).
read
().
strip
())
def
test_slave_partition_state
(
self
):
partition_path
=
self
.
getSlavePartitionPath
()
self
.
assertTrue
(
'-grace 2s'
in
open
(
os
.
path
.
join
(
partition_path
,
'bin'
,
'caddy-wrapper'
),
'r'
).
read
()
)
self
.
assertTrue
(
'-grace 2s'
in
open
(
os
.
path
.
join
(
partition_path
,
'bin'
,
'nginx-wrapper'
),
'r'
).
read
()
)
def
test_empty
(
self
):
parameter_dict
=
self
.
slave_connection_parameter_dict_dict
[
'empty'
]
...
...
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