python-fuelclient/run_tests.sh
Roman Prykhodchenko 224b490d7d Tox to manage all test environments on its own
Functional tests have been moved to a separate tox
enviroment called functional, so running either py26
or py27 one will only trigger unit tests.

Scripts for prepairing and cleaning up Nailgun environments
have been factored out of run_tests.sh.

run_tests.sh is kept just compatibility reasons and will be
removed once FuelCI is updated.

DocImpact
Partial-bug: #1476808
Closes-bug: #1486030
Change-Id: I492ce5d1ed26a182cc6876594d4508088afd5411
2015-08-19 11:45:24 +02:00

19 lines
686 B
Bash
Executable File

#!/bin/bash
# Copyright 2015 Mirantis, Inc.
#
# 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.
# THIS FILE WILL BE REMOVED AS SOON AS FUEL-CI IS UPDATED.
tox