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
Yusei Tahara
slapos
Commits
f9779a89
Commit
f9779a89
authored
Jul 13, 2018
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
caddy-frontend: Skip not applicable tests
parent
f10b9612
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
software/caddy-frontend/test/test.py
software/caddy-frontend/test/test.py
+2
-0
No files found.
software/caddy-frontend/test/test.py
View file @
f9779a89
...
@@ -2183,6 +2183,7 @@ class TestSlave(SlaveHttpFrontendTestCase, TestDataMixin):
...
@@ -2183,6 +2183,7 @@ class TestSlave(SlaveHttpFrontendTestCase, TestDataMixin):
if
'apache_custom_http_filled_in_accepted'
in
open
(
q
).
read
()]
if
'apache_custom_http_filled_in_accepted'
in
open
(
q
).
read
()]
self
.
assertEqual
(
1
,
len
(
configuration_file_with_custom_http_list
))
self
.
assertEqual
(
1
,
len
(
configuration_file_with_custom_http_list
))
@
skipIf
(
not
IS_CADDY
,
'Feature not applicable'
)
def
test_caddy_custom_http_s_rejected
(
self
):
def
test_caddy_custom_http_s_rejected
(
self
):
parameter_dict
=
self
.
slave_connection_parameter_dict_dict
[
parameter_dict
=
self
.
slave_connection_parameter_dict_dict
[
'caddy_custom_http_s-rejected'
]
'caddy_custom_http_s-rejected'
]
...
@@ -2200,6 +2201,7 @@ class TestSlave(SlaveHttpFrontendTestCase, TestDataMixin):
...
@@ -2200,6 +2201,7 @@ class TestSlave(SlaveHttpFrontendTestCase, TestDataMixin):
if
'caddy_custom_http_filled_in_rejected'
in
open
(
q
).
read
()]
if
'caddy_custom_http_filled_in_rejected'
in
open
(
q
).
read
()]
self
.
assertEqual
([],
configuration_file_with_custom_http_list
)
self
.
assertEqual
([],
configuration_file_with_custom_http_list
)
@
skipIf
(
not
IS_CADDY
,
'Feature not applicable'
)
def
test_caddy_custom_http_s_accepted
(
self
):
def
test_caddy_custom_http_s_accepted
(
self
):
parameter_dict
=
self
.
slave_connection_parameter_dict_dict
[
parameter_dict
=
self
.
slave_connection_parameter_dict_dict
[
'caddy_custom_http_s-accepted'
]
'caddy_custom_http_s-accepted'
]
...
...
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