Makefile revision 3996
2058N/A# The contents of this file are subject to the terms of the 2058N/A# Common Development and Distribution License (the "License"). 2058N/A# You may not use this file except in compliance with the License. 2058N/A# See the License for the specific language governing permissions 2058N/A# and limitations under the License. 2058N/A# When distributing Covered Code, include this CDDL HEADER in each 2058N/A# If applicable, add the following below this CDDL HEADER, with the 2058N/A# fields enclosed by brackets "[]" replaced with your own identifying 2058N/A# information: Portions Copyright [yyyy] [name of copyright owner] 3778N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. 3778N/A# Depends on sqlalchemy which is not Python 3 ready. 2058N/A# Tests should work, but the test suite will attempt to run a subset of 2058N/A# tests against various database backends, including Postgresql and MySQL, 2058N/A# so will take a bit of hooking up. Just marking as "no tests" for now, 2058N/A# to allow the OpenStack Neutron developers to get on with their work.