Skip to content

Commit

Permalink
Merge pull request #509 from fomars/develop
Browse files Browse the repository at this point in the history
Docs
Removed deprecated plugins
  • Loading branch information
fomars committed Feb 15, 2018
2 parents c68fe98 + 837f6fc commit ee37bc3
Show file tree
Hide file tree
Showing 32 changed files with 340 additions and 568 deletions.
277 changes: 171 additions & 106 deletions docs/config_reference.rst

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions yandextank/config_converter/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ class Option(object):
'Bfg': {
'rps_schedule': convert_rps_schedule,
'instances_schedule': convert_instances_schedule,
'headers': lambda key, value: {key: re.compile('\[(.*?)\]').findall(value)}
},
'JMeter': {
'exclude_markers': lambda key, value: {key: value.strip().split(' ')}
Expand Down
3 changes: 2 additions & 1 deletion yandextank/config_converter/tests/test_config3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ uploader:
job_name: light
ignore_target_lock: true
regress: true
notify: fomars
notify:
- fomars
meta:
launched_from: centurion
#production log
Expand Down
6 changes: 4 additions & 2 deletions yandextank/config_converter/tests/test_config5.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ bfg:
schedule: const(10, 60s)
instances: 1
header_http: '1.1'
uris: /
uris: ['/']
loop: 1000
headers: "[Host: nodejs.load.yandex.net]\n[Connection: close]"
headers:
- 'Host: nodejs.load.yandex.net'
- 'Connection: close'
gun_type: ultimate
gun_config:
module_path: '.'
Expand Down
6 changes: 4 additions & 2 deletions yandextank/config_converter/tests/test_config5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ bfg:
schedule: const(10, 60s)
instances: 1
header_http: '1.1'
uris: /
uris: ['/']
loop: 1000
headers: "[Host: nodejs.load.yandex.net]\n[Connection: close]"
headers:
- 'Host: nodejs.load.yandex.net'
- 'Connection: close'
gun_type: ultimate
gun_config:
module_path: '.'
Expand Down
1 change: 0 additions & 1 deletion yandextank/core/config/00-base.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ plugin_aggregate=yandextank.plugins.Aggregator
plugin_autostop=yandextank.plugins.Autostop
plugin_telegraf=yandextank.plugins.Telegraf
plugin_console=yandextank.plugins.Console
plugin_tips=yandextank.plugins.TipsAndTricks
plugin_rcassert=yandextank.plugins.RCAssert
plugin_jsonreport=yandextank.plugins.JsonReport
artifacts_base_dir=logs
Expand Down
3 changes: 0 additions & 3 deletions yandextank/core/config/00-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ shellexec:
telegraf:
enabled: true
package: yandextank.plugins.Telegraf
tips:
enabled: true
package: yandextank.plugins.TipsAndTricks
rcassert:
enabled: true
package: yandextank.plugins.RCAssert
Expand Down
4 changes: 2 additions & 2 deletions yandextank/core/tests/test_tankcore.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ def setup_module(module):
(CFG1,
{'plugin_telegraf', 'plugin_phantom', 'plugin_lunapark',
'plugin_rcheck', 'plugin_shellexec', 'plugin_autostop',
'plugin_console', 'plugin_tips', 'plugin_rcassert', 'plugin_json_report',
'plugin_console', 'plugin_rcassert', 'plugin_json_report',
}),
(CFG2,
{'plugin_phantom', 'plugin_lunapark', 'plugin_rcheck',
'plugin_autostop', 'plugin_console', 'plugin_tips',
'plugin_autostop', 'plugin_console',
'plugin_rcassert', 'plugin_json_report',
}
)
Expand Down
1 change: 0 additions & 1 deletion yandextank/plugins/Appium/__init__.py

This file was deleted.

9 changes: 0 additions & 9 deletions yandextank/plugins/Appium/config/schema.yaml

This file was deleted.

75 changes: 0 additions & 75 deletions yandextank/plugins/Appium/plugin.py

This file was deleted.

1 change: 0 additions & 1 deletion yandextank/plugins/BatteryHistorian/__init__.py

This file was deleted.

4 changes: 0 additions & 4 deletions yandextank/plugins/BatteryHistorian/config/schema.yaml

This file was deleted.

79 changes: 0 additions & 79 deletions yandextank/plugins/BatteryHistorian/plugin.py

This file was deleted.

0 comments on commit ee37bc3

Please sign in to comment.