aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Expand)AuthorFilesLines
2017-01-12Add support for Python 3Ross Brattain1-0/+1
2016-12-26Use ConfigParser to write yardstick.confchenjiankun1-1/+2
2016-12-04A
# Copyright (c) 2013 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.

# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
import setuptools

# In python < 2.7.4, a lazy loading of package `pbr` will break
# setuptools if some other modules registered functions in `atexit`.
# solution from: http://bugs.python.org/issue15881#msg170215
try:
    import multiprocessing  # noqa
except ImportError:
    pass

setuptools.setup(
    setup_requires=['pbr>=2.0.0'],
    pbr=True)
0c32cc76320f1ba?s=13&d=retro' />QiLiang1-0/+1 2016-01-10Rewrite the HA test case (2)wym_libra1-0/+2 2016-01-09running Parser Yang-to-Tosca module as a toolkubi1-0/+2 2016-01-08support for ipv6kubi1-0/+1 2015-12-18Rewrite the HA test case (1)wym_libra1-1/+2 2015-12-08Add netifaces to dependenciesJo¶rgen Karlsson1-0/+1 2015-11-13A initial HA test casewym_libra1-0/+1 2015-10-28part 2 :add coverage report in Jenkins for Yardstickkubi1-1/+3 2015-09-25Fix the bug described in YARDSTICK-142Julien-zte1-2/+0 2015-09-25Add functional tests in verify and mergekubi1-1/+2 2015-09-01add support for Jinja2 in task filekubi1-0/+1 2015-08-14Add support for generating graphs from outputKristian Hunt1-1/+5 2015-08-13Merge "Add lmbench scenario and sample"Jörgen Karlsson1-0/+1 2015-08-13Add lmbench scenario and sampleKristian Hunt1-0/+1 2015-08-04Update pbr requirement version in setup.pyQiLiang1-1/+1 2015-07-09bug fix: install ssh key resource filesQiLiang1-1/+2 2015-07-06Add support for measuring storage performance use fiohoujingwen1-1/+6 2015-06-16Add support for single server ping testHans Feldt1-4/+5 2015-06-15Add support for building imagesHans Feldt1-1/+2 2015-05-22add main cmd for yardstickHans Feldt1-2/+8 2015-05-13add README and scripts for build and testHans Feldt1-0/+24