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
29f16200
Commit
29f16200
authored
May 22, 2012
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No need to report partition instanciation
parent
74db7380
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
master/product/Vifib/tests/testVifibSlapBang.py
master/product/Vifib/tests/testVifibSlapBang.py
+0
-8
No files found.
master/product/Vifib/tests/testVifibSlapBang.py
View file @
29f16200
...
...
@@ -50,10 +50,6 @@ class TestVifibSlapBang(TestVifibSlapWebServiceMixin):
S4_instance
=
self
.
portal
.
portal_catalog
.
getResultValue
(
portal_type
=
'Software Instance'
,
title
=
S4
)
S1_instance
.
stopComputerPartitionInstallation
()
S2_instance
.
stopComputerPartitionInstallation
()
S3_instance
.
stopComputerPartitionInstallation
()
S4_instance
.
stopComputerPartitionInstallation
()
self
.
stepTic
()
sequence
.
edit
(
S0_uid
=
sequence
[
'software_instance_uid'
],
...
...
@@ -440,17 +436,14 @@ class TestVifibSlapBang(TestVifibSlapWebServiceMixin):
self
.
logout
()
self
.
login
(
S1_reference
)
S1_instance
.
stopComputerPartitionInstallation
()
self
.
stepTic
()
self
.
logout
()
self
.
login
(
S2_reference
)
S2_instance
.
stopComputerPartitionInstallation
()
self
.
stepTic
()
self
.
logout
()
self
.
login
(
S3_reference
)
S3_instance
.
stopComputerPartitionInstallation
()
self
.
stepTic
()
self
.
logout
()
...
...
@@ -675,7 +668,6 @@ class TestVifibSlapBang(TestVifibSlapWebServiceMixin):
self
.
logout
()
self
.
login
(
S1_reference
)
S1_instance
.
stopComputerPartitionInstallation
()
self
.
logout
()
self
.
login
(
sequence
[
'software_instance_reference'
])
...
...
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