Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
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
Roque
slapos.core
Commits
d59341d4
Commit
d59341d4
authored
Jan 23, 2012
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into lazy_simulation_causality
parents
acd9f2a6
6e2f0a69
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
2 deletions
+26
-2
master/product/Vifib/tests/testVifibSkinSelection.py
master/product/Vifib/tests/testVifibSkinSelection.py
+21
-2
slapos/grid/slapgrid.py
slapos/grid/slapgrid.py
+5
-0
No files found.
master/product/Vifib/tests/testVifibSkinSelection.py
View file @
d59341d4
...
...
@@ -55,8 +55,18 @@ class TestVifibSkinSelection(testVifibMixin):
portal
=
self
.
getPortal
()
self
.
assertSameSet
(
[
x
[
0
]
for
x
in
portal
.
portal_skins
.
getSkinPaths
()],
[
'Cash'
,
'Download'
,
'Fiber'
,
'Hosting'
,
'KM'
,
'Multiflex'
,
'ODS'
,
'ODT'
,
'View'
]
[
'Cash'
,
'Download'
,
'Fiber'
,
'Hosting'
,
'KM'
,
'Multiflex'
,
'ODS'
,
'ODT'
,
'RSS'
,
'View'
,
]
)
def
assertSameSkinSelection
(
self
,
skin_name
,
selection_string_list
):
...
...
@@ -159,6 +169,7 @@ erp5_payzen_secure_payment
erp5_pdm
erp5_project
erp5_project_trade
erp5_rss_core
erp5_secure_payment
erp5_simplified_invoicing
erp5_software_pdm
...
...
@@ -252,6 +263,7 @@ erp5_payzen_secure_payment
erp5_pdm
erp5_project
erp5_project_trade
erp5_rss_core
erp5_secure_payment
erp5_simplified_invoicing
erp5_software_pdm
...
...
@@ -345,6 +357,7 @@ erp5_payzen_secure_payment
erp5_pdm
erp5_project
erp5_project_trade
erp5_rss_core
erp5_secure_payment
erp5_simplified_invoicing
erp5_software_pdm
...
...
@@ -432,6 +445,7 @@ erp5_payzen_secure_payment
erp5_pdm
erp5_project
erp5_project_trade
erp5_rss_core
erp5_secure_payment
erp5_simplified_invoicing
erp5_software_pdm
...
...
@@ -518,6 +532,7 @@ erp5_payzen_secure_payment
erp5_pdm
erp5_project
erp5_project_trade
erp5_rss_core
erp5_secure_payment
erp5_simplified_invoicing
erp5_software_pdm
...
...
@@ -607,6 +622,7 @@ erp5_payzen_secure_payment
erp5_pdm
erp5_project
erp5_project_trade
erp5_rss_core
erp5_secure_payment
erp5_simplified_invoicing
erp5_software_pdm
...
...
@@ -697,6 +713,7 @@ erp5_payzen_secure_payment
erp5_pdm
erp5_project
erp5_project_trade
erp5_rss_core
erp5_secure_payment
erp5_simplified_invoicing
erp5_software_pdm
...
...
@@ -784,6 +801,7 @@ erp5_payzen_secure_payment
erp5_pdm
erp5_project
erp5_project_trade
erp5_rss_core
erp5_secure_payment
erp5_simplified_invoicing
erp5_software_pdm
...
...
@@ -870,6 +888,7 @@ erp5_payzen_secure_payment
erp5_pdm
erp5_project
erp5_project_trade
erp5_rss_core
erp5_secure_payment
erp5_simplified_invoicing
erp5_software_pdm
...
...
slapos/grid/slapgrid.py
View file @
d59341d4
...
...
@@ -49,6 +49,7 @@ from utils import setFinished
from
utils
import
getSoftwareUrlHash
from
slapos
import
slap
from
slapos.slap
import
NotFoundError
from
slapos.slap.slap
import
ServerError
from
utils
import
dropPrivileges
from
utils
import
SlapPopen
from
svcbackend
import
launchSupervisord
...
...
@@ -866,6 +867,10 @@ class Slapgrid(object):
logger
.
debug
(
'Ignored slap error while trying to inform about '
'destroying not fully configured Computer Partition %r'
%
computer_partition
.
getId
())
except
ServerError
as
server_error
:
logger
.
debug
(
'Ignored server error while trying to inform about '
'destroying Computer Partition %r. Error is :
\
n
%r'
%
(
computer_partition
.
getId
(),
server_error
.
args
[
0
]))
logger
.
info
(
"Finished usage reports..."
)
return
clean_run
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