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
Hardik Juneja
slapos.core
Commits
3ee2fcbd
Commit
3ee2fcbd
authored
Sep 02, 2011
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing import
parent
ad2f613b
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
16 additions
and
0 deletions
+16
-0
master/product/Vifib/tests/testVifibSlapComputerGetComputerPartitionList.py
...ib/tests/testVifibSlapComputerGetComputerPartitionList.py
+1
-0
master/product/Vifib/tests/testVifibSlapComputerGetSoftwareReleaseList.py
...ifib/tests/testVifibSlapComputerGetSoftwareReleaseList.py
+1
-0
master/product/Vifib/tests/testVifibSlapComputerPartitionAvailable.py
...ct/Vifib/tests/testVifibSlapComputerPartitionAvailable.py
+1
-0
master/product/Vifib/tests/testVifibSlapComputerPartitionBuilding.py
...uct/Vifib/tests/testVifibSlapComputerPartitionBuilding.py
+1
-0
master/product/Vifib/tests/testVifibSlapComputerPartitionConnection.py
...t/Vifib/tests/testVifibSlapComputerPartitionConnection.py
+1
-0
master/product/Vifib/tests/testVifibSlapComputerPartitionError.py
...roduct/Vifib/tests/testVifibSlapComputerPartitionError.py
+1
-0
master/product/Vifib/tests/testVifibSlapComputerPartitionGetInstanceParameterDict.py
...testVifibSlapComputerPartitionGetInstanceParameterDict.py
+1
-0
master/product/Vifib/tests/testVifibSlapComputerPartitionGetSoftwareRelease.py
...tests/testVifibSlapComputerPartitionGetSoftwareRelease.py
+1
-0
master/product/Vifib/tests/testVifibSlapComputerPartitionGetState.py
...uct/Vifib/tests/testVifibSlapComputerPartitionGetState.py
+1
-0
master/product/Vifib/tests/testVifibSlapComputerPartitionRequest.py
...duct/Vifib/tests/testVifibSlapComputerPartitionRequest.py
+1
-0
master/product/Vifib/tests/testVifibSlapRegisterComputer.py
master/product/Vifib/tests/testVifibSlapRegisterComputer.py
+1
-0
master/product/Vifib/tests/testVifibSlapRegisterComputerPartition.py
...uct/Vifib/tests/testVifibSlapRegisterComputerPartition.py
+1
-0
master/product/Vifib/tests/testVifibSlapRegisterSoftwareRelease.py
...oduct/Vifib/tests/testVifibSlapRegisterSoftwareRelease.py
+1
-0
master/product/Vifib/tests/testVifibSlapSoftwareReleaseAvailable.py
...duct/Vifib/tests/testVifibSlapSoftwareReleaseAvailable.py
+1
-0
master/product/Vifib/tests/testVifibSlapSoftwareReleaseBuilding.py
...oduct/Vifib/tests/testVifibSlapSoftwareReleaseBuilding.py
+1
-0
master/product/Vifib/tests/testVifibSlapSoftwareReleaseError.py
.../product/Vifib/tests/testVifibSlapSoftwareReleaseError.py
+1
-0
No files found.
master/product/Vifib/tests/testVifibSlapComputerGetComputerPartitionList.py
View file @
3ee2fcbd
...
@@ -17,6 +17,7 @@ import httplib
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
from
xml_marshaller
import
xml_marshaller
import
transaction
import
transaction
import
unittest
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapComputerGetComputerPartitionList
(
TestVifibSlapWebServiceMixin
):
class
TestVifibSlapComputerGetComputerPartitionList
(
TestVifibSlapWebServiceMixin
):
########################################
########################################
...
...
master/product/Vifib/tests/testVifibSlapComputerGetSoftwareReleaseList.py
View file @
3ee2fcbd
...
@@ -17,6 +17,7 @@ import httplib
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
from
xml_marshaller
import
xml_marshaller
import
transaction
import
transaction
import
unittest
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapComputerGetSoftwareReleaseList
(
TestVifibSlapWebServiceMixin
):
class
TestVifibSlapComputerGetSoftwareReleaseList
(
TestVifibSlapWebServiceMixin
):
########################################
########################################
...
...
master/product/Vifib/tests/testVifibSlapComputerPartitionAvailable.py
View file @
3ee2fcbd
...
@@ -17,6 +17,7 @@ import httplib
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
from
xml_marshaller
import
xml_marshaller
import
transaction
import
transaction
import
unittest
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapComputerPartitionAvailable
(
TestVifibSlapWebServiceMixin
):
class
TestVifibSlapComputerPartitionAvailable
(
TestVifibSlapWebServiceMixin
):
########################################
########################################
...
...
master/product/Vifib/tests/testVifibSlapComputerPartitionBuilding.py
View file @
3ee2fcbd
...
@@ -17,6 +17,7 @@ import httplib
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
from
xml_marshaller
import
xml_marshaller
import
transaction
import
transaction
import
unittest
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapComputerPartitionBuilding
(
TestVifibSlapWebServiceMixin
):
class
TestVifibSlapComputerPartitionBuilding
(
TestVifibSlapWebServiceMixin
):
########################################
########################################
...
...
master/product/Vifib/tests/testVifibSlapComputerPartitionConnection.py
View file @
3ee2fcbd
...
@@ -17,6 +17,7 @@ import httplib
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
from
xml_marshaller
import
xml_marshaller
import
transaction
import
transaction
import
unittest
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapComputerPartitionConnection
(
TestVifibSlapWebServiceMixin
):
class
TestVifibSlapComputerPartitionConnection
(
TestVifibSlapWebServiceMixin
):
...
...
master/product/Vifib/tests/testVifibSlapComputerPartitionError.py
View file @
3ee2fcbd
...
@@ -17,6 +17,7 @@ import httplib
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
from
xml_marshaller
import
xml_marshaller
import
transaction
import
transaction
import
unittest
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapComputerPartitionError
(
TestVifibSlapWebServiceMixin
):
class
TestVifibSlapComputerPartitionError
(
TestVifibSlapWebServiceMixin
):
########################################
########################################
...
...
master/product/Vifib/tests/testVifibSlapComputerPartitionGetInstanceParameterDict.py
View file @
3ee2fcbd
...
@@ -17,6 +17,7 @@ import httplib
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
from
xml_marshaller
import
xml_marshaller
import
transaction
import
transaction
import
unittest
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapComputerPartitionGetInstanceParameterDict
(
TestVifibSlapWebServiceMixin
):
class
TestVifibSlapComputerPartitionGetInstanceParameterDict
(
TestVifibSlapWebServiceMixin
):
########################################
########################################
...
...
master/product/Vifib/tests/testVifibSlapComputerPartitionGetSoftwareRelease.py
View file @
3ee2fcbd
...
@@ -17,6 +17,7 @@ import httplib
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
from
xml_marshaller
import
xml_marshaller
import
transaction
import
transaction
import
unittest
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapComputerPartitionGetSoftwareRelease
(
TestVifibSlapWebServiceMixin
):
class
TestVifibSlapComputerPartitionGetSoftwareRelease
(
TestVifibSlapWebServiceMixin
):
########################################
########################################
...
...
master/product/Vifib/tests/testVifibSlapComputerPartitionGetState.py
View file @
3ee2fcbd
...
@@ -17,6 +17,7 @@ import httplib
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
from
xml_marshaller
import
xml_marshaller
import
transaction
import
transaction
import
unittest
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapComputerPartitionGetState
(
TestVifibSlapWebServiceMixin
):
class
TestVifibSlapComputerPartitionGetState
(
TestVifibSlapWebServiceMixin
):
########################################
########################################
...
...
master/product/Vifib/tests/testVifibSlapComputerPartitionRequest.py
View file @
3ee2fcbd
...
@@ -17,6 +17,7 @@ import httplib
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
from
xml_marshaller
import
xml_marshaller
import
transaction
import
transaction
import
unittest
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapComputerPartitionRequest
(
TestVifibSlapWebServiceMixin
):
class
TestVifibSlapComputerPartitionRequest
(
TestVifibSlapWebServiceMixin
):
########################################
########################################
...
...
master/product/Vifib/tests/testVifibSlapRegisterComputer.py
View file @
3ee2fcbd
...
@@ -17,6 +17,7 @@ import httplib
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
from
xml_marshaller
import
xml_marshaller
import
transaction
import
transaction
import
unittest
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapRegisterComputer
(
TestVifibSlapWebServiceMixin
):
class
TestVifibSlapRegisterComputer
(
TestVifibSlapWebServiceMixin
):
...
...
master/product/Vifib/tests/testVifibSlapRegisterComputerPartition.py
View file @
3ee2fcbd
...
@@ -17,6 +17,7 @@ import httplib
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
from
xml_marshaller
import
xml_marshaller
import
transaction
import
transaction
import
unittest
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapRegisterComputerPartition
(
TestVifibSlapWebServiceMixin
):
class
TestVifibSlapRegisterComputerPartition
(
TestVifibSlapWebServiceMixin
):
########################################
########################################
...
...
master/product/Vifib/tests/testVifibSlapRegisterSoftwareRelease.py
View file @
3ee2fcbd
...
@@ -17,6 +17,7 @@ import httplib
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
from
xml_marshaller
import
xml_marshaller
import
transaction
import
transaction
import
unittest
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapRegisterSoftwareRelease
(
TestVifibSlapWebServiceMixin
):
class
TestVifibSlapRegisterSoftwareRelease
(
TestVifibSlapWebServiceMixin
):
########################################
########################################
...
...
master/product/Vifib/tests/testVifibSlapSoftwareReleaseAvailable.py
View file @
3ee2fcbd
...
@@ -17,6 +17,7 @@ import httplib
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
from
xml_marshaller
import
xml_marshaller
import
transaction
import
transaction
import
unittest
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapSoftwareReleaseAvailable
(
TestVifibSlapWebServiceMixin
):
class
TestVifibSlapSoftwareReleaseAvailable
(
TestVifibSlapWebServiceMixin
):
########################################
########################################
...
...
master/product/Vifib/tests/testVifibSlapSoftwareReleaseBuilding.py
View file @
3ee2fcbd
...
@@ -17,6 +17,7 @@ import httplib
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
from
xml_marshaller
import
xml_marshaller
import
transaction
import
transaction
import
unittest
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapSoftwareReleaseBuilding
(
TestVifibSlapWebServiceMixin
):
class
TestVifibSlapSoftwareReleaseBuilding
(
TestVifibSlapWebServiceMixin
):
########################################
########################################
...
...
master/product/Vifib/tests/testVifibSlapSoftwareReleaseError.py
View file @
3ee2fcbd
...
@@ -17,6 +17,7 @@ import httplib
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
from
xml_marshaller
import
xml_marshaller
import
transaction
import
transaction
import
unittest
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapSoftwareReleaseError
(
TestVifibSlapWebServiceMixin
):
class
TestVifibSlapSoftwareReleaseError
(
TestVifibSlapWebServiceMixin
):
########################################
########################################
...
...
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