[python-oca] create new repo
This commit is contained in:
commit
b202172a30
78 changed files with 4703 additions and 0 deletions
12
oca/tests/test_integration.py
Normal file
12
oca/tests/test_integration.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
class TestIntegration:
|
||||
# def setUp(self):
|
||||
# self.client = oca.Client("oneadmin:one", "http://localhost:2633/RPC2")
|
||||
# cp = oca.ClusterPool(self.client)
|
||||
# cp.info()
|
||||
# for cluster in cp:
|
||||
# cluster.delete()
|
||||
|
||||
# def test_integration(self):
|
||||
# self.cluster_id = oca.Cluster.allocate(self.client, "IT-Cluster")
|
||||
# #self.datastore_id = oca.
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue