Merge Multipart API with InfraWorkload
[multicloud/framework.git] / multivimbroker / multivimbroker / tests / test_syscomm.py
index 1f3d71d..beed0b9 100644 (file)
@@ -22,6 +22,7 @@ class TestSyscomm(unittest.TestCase):
         expected_body = {
             "openstack": ["titanium_cloud", "ocata"],
             "vmware": ["4.0"],
+            "azure": ["1.0"]
         }
         ret = syscomm.getVIMTypes()
         for item in ret: