Beispiel #1
0
 def test_list_quotas(self, mock):
     '''
     Test if it fetches all tenants quotas
     '''
     self.assertTrue(neutron.list_quotas(profile='openstack1'))
Beispiel #2
0
 def test_list_quotas(self, mock):
     '''
     Test if it fetches all tenants quotas
     '''
     self.assertTrue(neutron.list_quotas(profile='openstack1'))
Beispiel #3
0
 def test_list_quotas(self, mock):
     """
     Test if it fetches all tenants quotas
     """
     self.assertTrue(neutron.list_quotas(profile="openstack1"))
Beispiel #4
0
 def test_list_quotas(self):
     """
     Test if it fetches all tenants quotas
     """
     self.assertTrue(neutron.list_quotas(profile="openstack1"))