mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-07 02:45:21 +00:00
097ed55fc8
Add dotted option support to default dir
14 lines
244 B
Plaintext
14 lines
244 B
Plaintext
[DEFAULT]
|
|
dotted.test=passed
|
|
|
|
[tank]
|
|
someoption=somevalue
|
|
plugin_ShellExec=Tank/Plugins/ShellExec.py
|
|
plugin_ShellExec2=Tests/Dummy.py
|
|
plugin_disabled=
|
|
someoption=somevalue
|
|
|
|
[shellexec]
|
|
prepare=ls -la
|
|
start=uptime
|
|
end=uname -a | awk '{print $1}' |