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
Łukasz Nowak
slapos.core
Commits
0f417db1
Commit
0f417db1
authored
Aug 01, 2011
by
Gabriel Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename function name and change steps to use the slap API
parent
b6e39aae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
12 deletions
+8
-12
master/product/Vifib/tests/testVifibSlapWebService.py
master/product/Vifib/tests/testVifibSlapWebService.py
+8
-12
No files found.
master/product/Vifib/tests/testVifibSlapWebService.py
View file @
0f417db1
...
@@ -4971,7 +4971,7 @@ class TestVifibSlapWebService(testVifibMixin):
...
@@ -4971,7 +4971,7 @@ class TestVifibSlapWebService(testVifibMixin):
"""
"""
raise
NotImplementedError
raise
NotImplementedError
def
test_SlaveInstance_request_start
(
self
):
def
test_SlaveInstance_request_start
_when_SoftwareInstance_is_started
(
self
):
"""
"""
Check that the Slave Instance will be started correctly
Check that the Slave Instance will be started correctly
XXX - Review the sequence of steps to verify that the scenario is
XXX - Review the sequence of steps to verify that the scenario is
...
@@ -4985,14 +4985,11 @@ class TestVifibSlapWebService(testVifibMixin):
...
@@ -4985,14 +4985,11 @@ class TestVifibSlapWebService(testVifibMixin):
LoginDefaultUser
LoginDefaultUser
ConfirmOrderedSaleOrderActiveSense
ConfirmOrderedSaleOrderActiveSense
Tic
Tic
SlapLogout
SlapLoginCurrentComputer
LoginTestVifibCustomer
SoftwareInstanceAvailable
SlaveInstanceStopComputerPartitionInstallation
Tic
Tic
S
lav
eInstanceStarted
S
oftwar
eInstanceStarted
Tic
Tic
Logout
LoginDefaultUser
SetDeliveryLineAmountEqualTwo
SetDeliveryLineAmountEqualTwo
CheckComputerPartitionInstanceHostingSalePackingListStarted
CheckComputerPartitionInstanceHostingSalePackingListStarted
Logout
Logout
...
@@ -5072,12 +5069,10 @@ class TestVifibSlapWebService(testVifibMixin):
...
@@ -5072,12 +5069,10 @@ class TestVifibSlapWebService(testVifibMixin):
ConfirmOrderedSaleOrderActiveSense
ConfirmOrderedSaleOrderActiveSense
Tic
Tic
SlapLogout
SlapLogout
LoginTestVifibCustomer
SlapLoginCurrentComputer
SlaveInstanceStopComputerPartitionInstallation
SoftwareInstanceAvailable
Tic
RequestSoftwareInstanceStart
Tic
Tic
S
lav
eInstanceStarted
S
oftwar
eInstanceStarted
Tic
Tic
"""
"""
...
@@ -5088,6 +5083,7 @@ class TestVifibSlapWebService(testVifibMixin):
...
@@ -5088,6 +5083,7 @@ class TestVifibSlapWebService(testVifibMixin):
"""
"""
sequence_list
=
SequenceList
()
sequence_list
=
SequenceList
()
sequence_string
=
self
.
prepare_started_slave_instance_sequence_string
+
"""
sequence_string
=
self
.
prepare_started_slave_instance_sequence_string
+
"""
LoginTestVifibCustomer
RequestDestroySoftwareInstanceFromCurrentComputerPartition
RequestDestroySoftwareInstanceFromCurrentComputerPartition
Tic
Tic
SlapLoginSoftwareInstanceFromCurrentSoftwareInstance
SlapLoginSoftwareInstanceFromCurrentSoftwareInstance
...
...
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