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
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Rafael Monnerat
slapos.core
Commits
59a4f20e
Commit
59a4f20e
authored
Nov 09, 2012
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix testing for test run.
parent
d61a0ffc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
master/product/Vifib/Tool/SlapTool.py
master/product/Vifib/Tool/SlapTool.py
+2
-1
No files found.
master/product/Vifib/Tool/SlapTool.py
View file @
59a4f20e
...
@@ -42,6 +42,7 @@ from Products.ERP5Type.Cache import DEFAULT_CACHE_SCOPE
...
@@ -42,6 +42,7 @@ from Products.ERP5Type.Cache import DEFAULT_CACHE_SCOPE
from
Products.ERP5Type.Cache
import
CachingMethod
from
Products.ERP5Type.Cache
import
CachingMethod
from
lxml
import
etree
from
lxml
import
etree
import
time
import
time
from
Products.ERP5Type.tests.utils
import
DummyMailHostMixin
try
:
try
:
from
slapos.slap.slap
import
Computer
from
slapos.slap.slap
import
Computer
from
slapos.slap.slap
import
ComputerPartition
as
SlapComputerPartition
from
slapos.slap.slap
import
ComputerPartition
as
SlapComputerPartition
...
@@ -152,7 +153,7 @@ class SlapTool(BaseTool):
...
@@ -152,7 +153,7 @@ class SlapTool(BaseTool):
####################################################
####################################################
def
_isTestRun
(
self
):
def
_isTestRun
(
self
):
if
self
.
getPortalObject
().
MailHost
.
__class__
.
__name__
==
'DummyMailHost'
\
if
issubclass
(
self
.
getPortalObject
().
MailHost
.
__class__
,
DummyMailHostMixin
)
\
or
self
.
REQUEST
.
get
(
'test_list'
):
or
self
.
REQUEST
.
get
(
'test_list'
):
return
True
return
True
return
False
return
False
...
...
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