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
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Rafael Monnerat
slapos.core
Commits
bc313532
Commit
bc313532
authored
Aug 16, 2012
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initialise causality state on manually created PPLs.
parent
61662f0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
master/product/Vifib/tests/testVifibSlapComputerGetSoftwareReleaseList.py
...ifib/tests/testVifibSlapComputerGetSoftwareReleaseList.py
+1
-0
master/product/Vifib/tests/testVifibSlapWebService.py
master/product/Vifib/tests/testVifibSlapWebService.py
+9
-0
No files found.
master/product/Vifib/tests/testVifibSlapComputerGetSoftwareReleaseList.py
View file @
bc313532
...
...
@@ -587,6 +587,7 @@ class TestVifibSlapComputerGetSoftwareReleaseList(TestVifibSlapWebServiceMixin):
Tic
\
SetPurchasePackingListLineSetupResource
\
SetPurchasePackingListLineAggregate
\
StartBuildingPurchasePackingList
\
ConfirmPurchasePackingList
\
Tic
\
Logout
\
...
...
master/product/Vifib/tests/testVifibSlapWebService.py
View file @
bc313532
...
...
@@ -1044,6 +1044,7 @@ class TestVifibSlapWebServiceMixin(testVifibMixin):
SetPurchasePackingListLineSetupResource
SetPurchasePackingListLineAggregate
ConfirmPurchasePackingList
StartBuildingPurchasePackingList
Tic
CheckConfirmedPurchasePackingList
Logout
...
...
@@ -1058,6 +1059,7 @@ class TestVifibSlapWebServiceMixin(testVifibMixin):
SetPurchasePackingListLineCleanupResource
SetPurchasePackingListLineAggregate
ConfirmPurchasePackingList
StartBuildingPurchasePackingList
Tic
CheckConfirmedPurchasePackingList
Logout
...
...
@@ -1087,6 +1089,7 @@ class TestVifibSlapWebServiceMixin(testVifibMixin):
Tic
SetPurchasePackingListLineAccountingResource
SetPurchasePackingListLineAggregate
StartBuildingPurchasePackingList
ConfirmPurchasePackingList
Tic
Logout
...
...
@@ -1363,6 +1366,7 @@ class TestVifibSlapWebServiceMixin(testVifibMixin):
Tic
SetPurchasePackingListLineSetupResource
SetPurchasePackingListLineAggregate
StartBuildingPurchasePackingList
ConfirmPurchasePackingList
StopPurchasePackingList
Tic
...
...
@@ -2497,6 +2501,11 @@ class TestVifibSlapWebServiceMixin(testVifibMixin):
self
.
assertTrue
(
isinstance
(
computer
.
getSoftwareReleaseList
()[
0
],
slap
.
SoftwareRelease
))
def
stepStartBuildingPurchasePackingList
(
self
,
sequence
,
**
kw
):
delivery
=
self
.
portal
.
portal_catalog
.
getResultValue
(
uid
=
sequence
[
'purchase_packing_list_uid'
])
delivery
.
startBuilding
()
def
stepCreatePurchasePackingList
(
self
,
sequence
,
**
kw
):
"""
Create an purchase packing list document.
...
...
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