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
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
Stephane VAROQUI
slapos
Commits
52794d79
Commit
52794d79
authored
Jan 15, 2020
by
Nicolas Wavrant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! slaprunner: test support of multiple software release
parent
f9f4729b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
software/slaprunner/test/test.py
software/slaprunner/test/test.py
+9
-1
No files found.
software/slaprunner/test/test.py
View file @
52794d79
...
...
@@ -372,7 +372,15 @@ class TestSlapProxyIntegration(SlaprunnerTestCase):
self
.
logger
.
debug
(
'Try to Build one more time'
)
self
.
_call
(
'runSoftwareProfile'
)
def
testUpgradeOfSoftwareRelease
(
self
):
def
test_upgrade_of_software_release
(
self
):
"""
Test that 2 Software Releases can be built at the same time in a webrunner,
and that the instance can be moved from one to another.
Also check border cases, including :
* ordering a new SR won't delete the existing ones
* only SR correctly built can be chosen for the instance
* the SR in-use can't be deleted
"""
# 1: Request 2 Software Releases, and do build&run
result
=
self
.
_call
(
'supplySoftwareRelease'
,
method
=
"POST"
,
data
=
{
"path"
:
"workspace/slapos/software/slaprunner/test/software_v1/"
})
self
.
assertEqual
(
json
.
loads
(
result
.
text
)[
'code'
],
1
)
...
...
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