def test_get_all_configs(self):
     c=FastmodelConfig()
     self.assertIsNotNone(c.get_all_configs())  
 def test_get_configs(self):
     c=FastmodelConfig()
     self.assertIsNotNone(c.get_configs("FVP_MPS2_M3"))