fix base config

This commit is contained in:
Alexey Lavrenuke 2017-01-11 18:24:24 +03:00
parent 77d7f195a1
commit 63f5cbc0ae
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='yandextank', name='yandextank',
version='1.8.29-11', version='1.8.29-12',
description='a performance measurement tool', description='a performance measurement tool',
longer_description=''' longer_description='''
Yandex.Tank is a performance measurement and load testing automatization tool. Yandex.Tank is a performance measurement and load testing automatization tool.

View File

@ -5,8 +5,7 @@ plugin_ShellExec=yandextank.plugins.ShellExec
plugin_phantom=yandextank.plugins.Phantom plugin_phantom=yandextank.plugins.Phantom
plugin_aggregate=yandextank.plugins.Aggregator plugin_aggregate=yandextank.plugins.Aggregator
plugin_autostop=yandextank.plugins.Autostop plugin_autostop=yandextank.plugins.Autostop
;plugin_monitoring=yandextank.plugins.Monitoring plugin_monitoring=yandextank.plugins.Telegraf
plugin_telegraf=yandextank.plugins.Telegraf
plugin_console=yandextank.plugins.Console plugin_console=yandextank.plugins.Console
plugin_tips=yandextank.plugins.TipsAndTricks plugin_tips=yandextank.plugins.TipsAndTricks
plugin_rcassert=yandextank.plugins.RCAssert plugin_rcassert=yandextank.plugins.RCAssert