219fb2b4d7
See if gate job executes first test. Change-Id: Ife68257a4c281299cedc4ed79db50ca5290375c5
32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
# (c) Copyright 2014,2015 Hewlett-Packard Development Company, L.P.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
# Defaults
|
|
# --------
|
|
|
|
# Set up default directories
|
|
FREEZER_DIR=$DEST/freezer
|
|
FREEZER_FILES=${FREEZER_API_DIR}/devstack/files
|
|
FREEZER_CONF_DIR=${FREEZER_CONF_DIR:-/etc}
|
|
FREEZER_LOG_DIR=$DEST/logs
|
|
|
|
# Freezer API repository
|
|
FREEZER_REPO=${FREEZER_REPO:-${GIT_BASE}/openstack/freezer.git}
|
|
FREEZER_BRANCH=${FREEZER_BRANCH:-master}
|
|
|
|
enable_service freezer
|
|
|
|
# Tell Tempest this project is present
|
|
TEMPEST_SERVICES+=,freezer
|