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
Labels
Merge Requests
105
Merge Requests
105
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
2e6dc54e
Commit
2e6dc54e
authored
Oct 09, 2020
by
Łukasz Nowak
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix "caddy-frontend: Test for proper parameter passing"
Be nice test and clean up your own mess.
parent
fe6258ae
Pipeline
#11836
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
software/caddy-frontend/test/test.py
software/caddy-frontend/test/test.py
+10
-0
No files found.
software/caddy-frontend/test/test.py
View file @
2e6dc54e
...
...
@@ -6764,6 +6764,16 @@ class TestPassedRequestParameter(HttpFrontendTestCase):
cls
.
slap
.
supply
(
cls
.
frontend_3_sr
,
cls
.
slap
.
_computer_id
)
cls
.
slap
.
supply
(
cls
.
kedifa_sr
,
cls
.
slap
.
_computer_id
)
@
classmethod
def
tearDownClass
(
cls
):
cls
.
slap
.
supply
(
cls
.
frontend_2_sr
,
cls
.
slap
.
_computer_id
,
state
=
"destroyed"
)
cls
.
slap
.
supply
(
cls
.
frontend_3_sr
,
cls
.
slap
.
_computer_id
,
state
=
"destroyed"
)
cls
.
slap
.
supply
(
cls
.
kedifa_sr
,
cls
.
slap
.
_computer_id
,
state
=
"destroyed"
)
super
(
TestPassedRequestParameter
,
cls
).
tearDownClass
()
instance_parameter_dict
=
{
'port'
:
HTTPS_PORT
,
'plain_http_port'
:
HTTP_PORT
,
...
...
Łukasz Nowak
@luke
mentioned in commit
f67aed1c
·
Oct 09, 2020
mentioned in commit
f67aed1c
mentioned in commit f67aed1cd1d0c47cf2dcba2a877650a5744e5662
Toggle commit list
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