Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
10,754
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.93 KB | None | 0 0
  1. /var/loadtest # yandex-tank -c load.yaml
  2. No handlers could be found for logger "netort.resource"
  3. Traceback (most recent call last):
  4.   File "/usr/local/bin/yandex-tank", line 11, in <module>
  5.     load_entry_point('yandextank==1.12.1', 'console_scripts', 'yandex-tank')()
  6.   File "/usr/local/lib/python2.7/dist-packages/yandextank/core/cli.py", line 130, in main
  7.     log_handlers=handlers
  8.   File "/usr/local/lib/python2.7/dist-packages/yandextank/core/consoleworker.py", line 327, in __init__
  9.     self.config_list = self._combine_configs(configs, cli_options, cfg_patches, cli_args, no_local)
  10.   File "/usr/local/lib/python2.7/dist-packages/yandextank/core/consoleworker.py", line 354, in _combine_configs
  11.     parse_and_check_patches(cfg_patches) + \
  12.   File "/usr/local/lib/python2.7/dist-packages/yandextank/core/consoleworker.py", line 77, in load_cfg
  13.     with open(cfg_filename) as f:
  14. IOError: [Errno 2] No such file or directory: 'load.yaml'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement