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
Gabriel Monnerat
slapos.core
Commits
ab8d8c40
Commit
ab8d8c40
authored
May 22, 2012
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Workflow has been migrated
parent
12752d8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
master/product/Vifib/tests/testVifibSlapBang.py
master/product/Vifib/tests/testVifibSlapBang.py
+3
-3
No files found.
master/product/Vifib/tests/testVifibSlapBang.py
View file @
ab8d8c40
...
@@ -97,9 +97,9 @@ class TestVifibSlapBang(TestVifibSlapWebServiceMixin):
...
@@ -97,9 +97,9 @@ class TestVifibSlapBang(TestVifibSlapWebServiceMixin):
def
checkSoftwareInstanceBangMessage
(
self
,
software_instance
):
def
checkSoftwareInstanceBangMessage
(
self
,
software_instance
):
bang_list
=
[
q
for
q
in
software_instance
.
Base_getWorkflowHistoryItemList
(
bang_list
=
[
q
for
q
in
software_instance
.
Base_getWorkflowHistoryItemList
(
'
software_
instance_slap_interface_workflow'
)
'instance_slap_interface_workflow'
)
if
q
.
action
==
'
report_computer_partition_
bang'
]
if
q
.
action
==
'bang'
]
self
.
assertEqual
(
1
,
len
(
bang_list
))
self
.
assertEqual
(
5
,
len
(
bang_list
))
self
.
assertEqual
(
self
.
bang_message
,
bang_list
[
0
].
comment
)
self
.
assertEqual
(
self
.
bang_message
,
bang_list
[
0
].
comment
)
def
stepCheckS0BangMessage
(
self
,
sequence
,
**
kw
):
def
stepCheckS0BangMessage
(
self
,
sequence
,
**
kw
):
...
...
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