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
Thomas Leymonerie
slapos.core
Commits
d3047fab
Commit
d3047fab
authored
Oct 12, 2011
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tag was modified.
It does not include the software type anymore.
parent
90fb9773
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/testVifibSlapComputerPartitionUpdate.py
...oduct/Vifib/tests/testVifibSlapComputerPartitionUpdate.py
+3
-3
No files found.
master/product/Vifib/tests/testVifibSlapComputerPartitionUpdate.py
View file @
d3047fab
...
...
@@ -506,8 +506,8 @@ class TestVifibSlapComputerPartitionUpdate(TestVifibSlapWebServiceMixin):
software_instance_uid
=
sequence
[
'software_instance_uid'
]
software_type
=
sequence
.
get
(
'software_type'
,
'requested_reference'
)
requested_partition_reference
=
sequence
.
get
(
'software_type'
,
'requested_reference'
)
tag
=
"%s_%s_
%s_
inProgress"
%
(
software_instance_uid
,
software_type
,
requested_partition_reference
)
tag
=
"%s_%s_inProgress"
%
(
software_instance_uid
,
requested_partition_reference
)
self
.
assertNotEqual
(
0
,
self
.
portal
.
portal_activities
.
countMessageWithTag
(
tag
))
...
...
@@ -542,7 +542,7 @@ class TestVifibSlapComputerPartitionUpdate(TestVifibSlapWebServiceMixin):
'test_vifib_customer'
).
getUid
()
software_type
=
sequence
.
get
(
'software_type'
,
'RootSoftwareInstance'
)
software_title
=
sequence
[
'root_software_instance_title'
]
tag
=
"%s_%s_
%s_inProgress"
%
(
person_uid
,
software_type
,
tag
=
"%s_%s_
inProgress"
%
(
person_uid
,
software_title
)
self
.
assertNotEqual
(
0
,
self
.
portal
.
portal_activities
.
...
...
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