[python-oca] create new repo

This commit is contained in:
kjg 2023-11-16 22:29:06 +09:00
commit b202172a30
78 changed files with 4703 additions and 0 deletions

View 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