Add https support for multicloud broker
[multicloud/framework.git] / multivimbroker / multivimbroker / tests / test_syscomm.py
index beed0b9..75eda1c 100644 (file)
@@ -20,9 +20,10 @@ class TestSyscomm(unittest.TestCase):
 
     def test_getVIMTypes(self):
         expected_body = {
-            "openstack": ["titanium_cloud", "ocata"],
+            "openstack": ["titanium_cloud", "ocata", "pike", "starlingx"],
             "vmware": ["4.0"],
-            "azure": ["1.0"]
+            "vsphere": ["6.5"],
+            "azure": ["1.0"],
         }
         ret = syscomm.getVIMTypes()
         for item in ret: