Add starlingx for framework
[multicloud/framework.git] / multivimbroker / multivimbroker / tests / test_syscomm.py
index acad785..ee34649 100644 (file)
@@ -20,7 +20,7 @@ class TestSyscomm(unittest.TestCase):
 
     def test_getVIMTypes(self):
         expected_body = {
-            "openstack": ["titanium_cloud", "ocata", "pike"],
+            "openstack": ["titanium_cloud", "ocata", "pike", "starlingx"],
             "vmware": ["4.0"],
             "azure": ["1.0"]
         }