def test_get_quotas_tenant(self, mock): """ Test if it fetches tenant info in server's context for following quota operation """ self.assertTrue(neutron.get_quotas_tenant(profile="openstack1"))
def test_get_quotas_tenant(self, mock): ''' Test if it fetches tenant info in server's context for following quota operation ''' self.assertTrue(neutron.get_quotas_tenant(profile='openstack1'))
def test_get_quotas_tenant(self): """ Test if it fetches tenant info in server's context for following quota operation """ self.assertTrue(neutron.get_quotas_tenant(profile="openstack1"))