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
abe4268d
Commit
abe4268d
authored
May 16, 2012
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
User can not directly start instance.
parent
d04d99bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
master/product/Vifib/tests/testVifibSlapAllocationScope.py
master/product/Vifib/tests/testVifibSlapAllocationScope.py
+6
-1
No files found.
master/product/Vifib/tests/testVifibSlapAllocationScope.py
View file @
abe4268d
...
...
@@ -762,6 +762,9 @@ class TestVifibSlapAllocationScope(TestVifibSlapWebServiceMixin):
def
stepSetSequenceSoftwareInstanceStateStopped
(
self
,
sequence
,
**
kw
):
sequence
[
'software_instance_state'
]
=
'stopped'
def
stepSetSequenceSoftwareInstanceStateStarted
(
self
,
sequence
,
**
kw
):
sequence
[
'software_instance_state'
]
=
'started'
def
test_start_computer_partition_allocation_scope_close
(
self
):
"""Check that it is possible to request stop of computer partition even
if computer is close"""
...
...
@@ -815,6 +818,7 @@ class TestVifibSlapAllocationScope(TestVifibSlapWebServiceMixin):
# request as someone else
LoginTestVifibAdmin
SetSoftwareTitleRandom
PersonRequestSoftwareInstance
Tic
Logout
...
...
@@ -855,7 +859,8 @@ class TestVifibSlapAllocationScope(TestVifibSlapWebServiceMixin):
# request start and check that it worked
LoginTestVifibAdmin
RequestSoftwareInstanceStart
SetSequenceSoftwareInstanceStateStarted
PersonRequestSoftwareInstance
Tic
Logout
...
...
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