Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos-mynij-dev
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
Mynij
slapos-mynij-dev
Commits
de58f83e
Commit
de58f83e
authored
Mar 27, 2019
by
Łukasz Nowak
Committed by
Łukasz Nowak
Apr 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
caddy-frontend/test: Drop duplicated assertion
parent
ffb1fada
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
software/caddy-frontend/test/test.py
software/caddy-frontend/test/test.py
+0
-19
No files found.
software/caddy-frontend/test/test.py
View file @
de58f83e
...
...
@@ -1205,25 +1205,6 @@ http://apachecustomhttpsaccepted.example.com:%%(http_port)s {
partition_path
=
self
.
getMasterPartitionPath
()
self
.
assertEqual
(
set
([
'promise-monitor-httpd-is-process-older-than-dependency-set'
,
]),
set
(
os
.
listdir
(
os
.
path
.
join
(
partition_path
,
'etc'
,
'promise'
))))
self
.
assertEqual
(
set
([
'monitor-bootstrap-status.py'
,
'check-free-disk-space.py'
,
'monitor-http-frontend.py'
,
'monitor-httpd-listening-on-tcp.py'
,
'buildout-T-0-status.py'
,
'__init__.py'
,
]),
set
([
q
for
q
in
os
.
listdir
(
os
.
path
.
join
(
partition_path
,
'etc'
,
'plugin'
))
if
not
q
.
endswith
(
'.pyc'
)]))
# check that monitor cors domains are correctly setup by file presence, as
# we trust monitor stack being tested in proper place and it is too hard
# to have working monitor with local proxy
...
...
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