From d5e9907a3eee5ca54d6a1e8ddc25055e0fd2e9dc Mon Sep 17 00:00:00 2001 From: Alexey Lavrenuke Date: Thu, 29 Oct 2015 15:56:02 +0300 Subject: [PATCH] * change default artifacts dir to ./logs * require psutil >= 1.2.1 --- setup.py | 2 +- yandextank/core/config/00-base.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cfd31bf..07a7200 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ analytic tools for the results they produce. url='http://yandex.github.io/yandex-tank/', packages=find_packages(exclude=["tests"]), install_requires=[ - 'psutil', + 'psutil>=1.2.1', 'ipaddr', 'progressbar', 'requests', diff --git a/yandextank/core/config/00-base.ini b/yandextank/core/config/00-base.ini index eca52e6..b56fba1 100644 --- a/yandextank/core/config/00-base.ini +++ b/yandextank/core/config/00-base.ini @@ -12,3 +12,4 @@ plugin_totalautostop=yandextank.plugins.TotalAutostop plugin_loadosophia=yandextank.plugins.Loadosophia plugin_graphite=yandextank.plugins.GraphiteUploader plugin_rcassert=yandextank.plugins.RCAssert +artifacts_base_dir=logs