示例#1
0
 def test_delete_quota(self, mock):
     '''
     Test if it delete the specified tenant's quota value
     '''
     self.assertTrue(neutron.delete_quota('Salt', profile='openstack1'))
示例#2
0
 def test_delete_quota(self, mock):
     '''
     Test if it delete the specified tenant's quota value
     '''
     self.assertTrue(neutron.delete_quota('Salt', profile='openstack1'))
示例#3
0
 def test_delete_quota(self, mock):
     """
     Test if it delete the specified tenant's quota value
     """
     self.assertTrue(neutron.delete_quota("Salt", profile="openstack1"))
示例#4
0
 def test_delete_quota(self):
     """
     Test if it delete the specified tenant's quota value
     """
     self.assertTrue(neutron.delete_quota("Salt", profile="openstack1"))