Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
105
Merge Requests
105
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
3ee2fcbd
Commit
3ee2fcbd
authored
13 years ago
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
from
xml_marshaller
import
xml_marshaller
import
transaction
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapComputerGetComputerPartitionList
(
TestVifibSlapWebServiceMixin
):
########################################
...
...
This diff is collapsed.
Click to expand it.
master/product/Vifib/tests/testVifibSlapComputerGetSoftwareReleaseList.py
View file @
3ee2fcbd
...
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
import
transaction
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapComputerGetSoftwareReleaseList
(
TestVifibSlapWebServiceMixin
):
########################################
...
...
This diff is collapsed.
Click to expand it.
master/product/Vifib/tests/testVifibSlapComputerPartitionAvailable.py
View file @
3ee2fcbd
...
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
import
transaction
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapComputerPartitionAvailable
(
TestVifibSlapWebServiceMixin
):
########################################
...
...
This diff is collapsed.
Click to expand it.
master/product/Vifib/tests/testVifibSlapComputerPartitionBuilding.py
View file @
3ee2fcbd
...
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
import
transaction
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapComputerPartitionBuilding
(
TestVifibSlapWebServiceMixin
):
########################################
...
...
This diff is collapsed.
Click to expand it.
master/product/Vifib/tests/testVifibSlapComputerPartitionConnection.py
View file @
3ee2fcbd
...
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
import
transaction
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapComputerPartitionConnection
(
TestVifibSlapWebServiceMixin
):
...
...
This diff is collapsed.
Click to expand it.
master/product/Vifib/tests/testVifibSlapComputerPartitionError.py
View file @
3ee2fcbd
...
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
import
transaction
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapComputerPartitionError
(
TestVifibSlapWebServiceMixin
):
########################################
...
...
This diff is collapsed.
Click to expand it.
master/product/Vifib/tests/testVifibSlapComputerPartitionGetInstanceParameterDict.py
View file @
3ee2fcbd
...
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
import
transaction
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapComputerPartitionGetInstanceParameterDict
(
TestVifibSlapWebServiceMixin
):
########################################
...
...
This diff is collapsed.
Click to expand it.
master/product/Vifib/tests/testVifibSlapComputerPartitionGetSoftwareRelease.py
View file @
3ee2fcbd
...
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
import
transaction
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapComputerPartitionGetSoftwareRelease
(
TestVifibSlapWebServiceMixin
):
########################################
...
...
This diff is collapsed.
Click to expand it.
master/product/Vifib/tests/testVifibSlapComputerPartitionGetState.py
View file @
3ee2fcbd
...
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
import
transaction
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapComputerPartitionGetState
(
TestVifibSlapWebServiceMixin
):
########################################
...
...
This diff is collapsed.
Click to expand it.
master/product/Vifib/tests/testVifibSlapComputerPartitionRequest.py
View file @
3ee2fcbd
...
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
import
transaction
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapComputerPartitionRequest
(
TestVifibSlapWebServiceMixin
):
########################################
...
...
This diff is collapsed.
Click to expand it.
master/product/Vifib/tests/testVifibSlapRegisterComputer.py
View file @
3ee2fcbd
...
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
import
transaction
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapRegisterComputer
(
TestVifibSlapWebServiceMixin
):
...
...
This diff is collapsed.
Click to expand it.
master/product/Vifib/tests/testVifibSlapRegisterComputerPartition.py
View file @
3ee2fcbd
...
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
import
transaction
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapRegisterComputerPartition
(
TestVifibSlapWebServiceMixin
):
########################################
...
...
This diff is collapsed.
Click to expand it.
master/product/Vifib/tests/testVifibSlapRegisterSoftwareRelease.py
View file @
3ee2fcbd
...
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
import
transaction
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapRegisterSoftwareRelease
(
TestVifibSlapWebServiceMixin
):
########################################
...
...
This diff is collapsed.
Click to expand it.
master/product/Vifib/tests/testVifibSlapSoftwareReleaseAvailable.py
View file @
3ee2fcbd
...
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
import
transaction
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapSoftwareReleaseAvailable
(
TestVifibSlapWebServiceMixin
):
########################################
...
...
This diff is collapsed.
Click to expand it.
master/product/Vifib/tests/testVifibSlapSoftwareReleaseBuilding.py
View file @
3ee2fcbd
...
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
import
transaction
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapSoftwareReleaseBuilding
(
TestVifibSlapWebServiceMixin
):
########################################
...
...
This diff is collapsed.
Click to expand it.
master/product/Vifib/tests/testVifibSlapSoftwareReleaseError.py
View file @
3ee2fcbd
...
...
@@ -17,6 +17,7 @@ import httplib
from
xml_marshaller
import
xml_marshaller
import
transaction
import
unittest
from
testVifibSlapWebService
import
TestVifibSlapWebServiceMixin
class
TestVifibSlapSoftwareReleaseError
(
TestVifibSlapWebServiceMixin
):
########################################
...
...
This diff is collapsed.
Click to expand it.
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