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
Lu Xu
slapos.core
Commits
07d32c9f
Commit
07d32c9f
authored
Jul 07, 2011
by
Gabriel Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove flag skip and update steps sequence to tests
parent
a25e830a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
master/product/Vifib/tests/testVifibSlapWebService.py
master/product/Vifib/tests/testVifibSlapWebService.py
+19
-19
No files found.
master/product/Vifib/tests/testVifibSlapWebService.py
View file @
07d32c9f
...
...
@@ -740,7 +740,6 @@ class TestVifibSlapWebService(testVifibMixin):
SetSelectedComputerPartition
SelectCurrentlyUsedSalePackingListUid
Logout
LoginDefaultUser
CheckComputerPartitionInstanceSetupSalePackingListConfirmed
Logout
...
...
@@ -752,7 +751,6 @@ class TestVifibSlapWebService(testVifibMixin):
SoftwareInstanceBuilding
\
Tic
\
SlapLogout
\
\
LoginDefaultUser
\
CheckComputerPartitionInstanceSetupSalePackingListStarted
\
Logout
\
...
...
@@ -764,7 +762,6 @@ class TestVifibSlapWebService(testVifibMixin):
SoftwareInstanceAvailable
Tic
SlapLogout
LoginDefaultUser
SetSelectedComputerPartition
CheckComputerPartitionInstanceSetupSalePackingListStopped
...
...
@@ -816,7 +813,6 @@ class TestVifibSlapWebService(testVifibMixin):
RequestSoftwareInstanceStart
\
Tic
\
Logout
\
\
LoginDefaultUser
\
CheckComputerPartitionInstanceHostingSalePackingListConfirmed
\
Logout
\
...
...
@@ -4491,18 +4487,13 @@ class TestVifibSlapWebService(testVifibMixin):
"""
sequence_list
=
SequenceList
()
sequence_string
=
self
.
prepare_install_requested_computer_partition_sequence_string
+
"""
Tic
SlapLogout
LoginAsCustomerA
PersonRequestSlaveInstance
Logout
LoginDefaultUser
ConfirmOrderedSaleOrderActiveSense
Tic
SetSelectedComputerPartition
SelectCurrentlyUsedSalePackingListUid
Logout
SlapLoginCurrentComputer
LoginDefaultUser
CheckComputerPartitionSaleOrderAggregatedList
Logout
"""
...
...
@@ -4612,34 +4603,41 @@ class TestVifibSlapWebService(testVifibMixin):
available slot
"""
@
skip
(
"Not Finished yet"
)
def
test_SlaveInstance_request_start
(
self
):
"""
Check that the Slave Instance will be started correctly
XXX - Review the sequence of steps to verify that the scenario is
validating the feature of start a Instance Slave
"""
sequence_list
=
SequenceList
()
sequence_string
=
self
.
prepare_
install_reques
ted_computer_partition_sequence_string
+
"""
sequence_string
=
self
.
prepare_
star
ted_computer_partition_sequence_string
+
"""
LoginTestVifibCustomer
PersonRequestSlaveInstance
SlapLogout
LoginDefaultUser
ConfirmOrderedSaleOrderActiveSense
Tic
SlapLoginCurrentComputer
SoftwareInstanceAvailable
Tic
LoginDefaultUser
SetSelectedComputerPartition
LoginTestVifibCustomer
RequestSoftwareInstanceStart
Tic
Slap
Logout
Logout
LoginDefaultUser
CheckComputerPartitionInstance
Cleanup
SalePackingListConfirmed
CheckComputerPartitionInstance
Hosting
SalePackingListConfirmed
Logout
"""
sequence_list
.
addSequenceString
(
sequence_string
)
sequence_list
.
play
(
self
)
@
skip
(
"Not Finished yet"
)
def
test_SlaveInstance_request_stop
(
self
):
"""
Check that the Slave Instance will be stopped correctly
XXX - Review the sequence of steps to verify that the scenario is
validating the feature of stop a Instance Slave
"""
sequence_list
=
SequenceList
()
sequence_string
=
self
.
prepare_install_requested_computer_partition_sequence_string
+
"""
...
...
@@ -4649,13 +4647,15 @@ class TestVifibSlapWebService(testVifibMixin):
LoginDefaultUser
ConfirmOrderedSaleOrderActiveSense
Tic
LoginTestVifibCustomer
SlapLoginCurrentComputer
SoftwareInstanceAvailable
Tic
RequestSoftwareInstanceStop
Tic
SlapLogout
LoginDefaultUser
CheckComputerPartitionInstanceCleanupSalePackingListConfirmed
Logout
LoginDefaultUser
CheckComputerPartitionInstanceHostingSalePackingListStopped
Logout
\
"""
sequence_list
.
addSequenceString
(
sequence_string
)
sequence_list
.
play
(
self
)
...
...
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