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
50cb5b66
Commit
50cb5b66
authored
May 15, 2012
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put the step in the mixin
parent
83e8641d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
master/product/Vifib/tests/testVifibSlapBug.py
master/product/Vifib/tests/testVifibSlapBug.py
+0
-3
master/product/Vifib/tests/testVifibSlapWebService.py
master/product/Vifib/tests/testVifibSlapWebService.py
+3
-0
No files found.
master/product/Vifib/tests/testVifibSlapBug.py
View file @
50cb5b66
...
@@ -1372,9 +1372,6 @@ class TestVifibSlapBug(TestVifibSlapWebServiceMixin):
...
@@ -1372,9 +1372,6 @@ class TestVifibSlapBug(TestVifibSlapWebServiceMixin):
sequence_list
.
addSequenceString
(
sequence_string
)
sequence_list
.
addSequenceString
(
sequence_string
)
sequence_list
.
play
(
self
)
sequence_list
.
play
(
self
)
def
stepSetSoftwareTitleRandom
(
self
,
sequence
,
**
kw
):
sequence
[
'software_title'
]
=
str
(
random
.
random
())
def
test_request_new_with_destroyed_reference_web_ui
(
self
):
def
test_request_new_with_destroyed_reference_web_ui
(
self
):
"""Prove that having destroyed SI allows to request new one with same
"""Prove that having destroyed SI allows to request new one with same
reference
reference
...
...
master/product/Vifib/tests/testVifibSlapWebService.py
View file @
50cb5b66
...
@@ -449,6 +449,9 @@ class TestVifibSlapWebServiceMixin(testVifibMixin):
...
@@ -449,6 +449,9 @@ class TestVifibSlapWebServiceMixin(testVifibMixin):
REMOTE_USER
=
"test_vifib_customer_a"
REMOTE_USER
=
"test_vifib_customer_a"
self
.
login
(
"test_vifib_customer_a"
)
self
.
login
(
"test_vifib_customer_a"
)
def
stepSetSoftwareTitleRandom
(
self
,
sequence
,
**
kw
):
sequence
[
'software_title'
]
=
str
(
random
())
def
stepCheckComputerPartitionInstanceCleanupSalePackingListDoesNotExists
(
self
,
def
stepCheckComputerPartitionInstanceCleanupSalePackingListDoesNotExists
(
self
,
sequence
,
**
kw
):
sequence
,
**
kw
):
self
.
_checkComputerPartitionSalePackingListDoesNotExists
(
self
.
_checkComputerPartitionSalePackingListDoesNotExists
(
...
...
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