Taurus is not taking the Jmeter Setting local path even after changing .bzt-rc file

半世苍凉 提交于 2020-03-03 07:27:29

问题


I want to use the existing Jmeter Version (4.0) to run my scripts using Taurus.But Taurus is downloading & taking the latest Jmeter version though i change Jmeter setting Path: in .bzt-rc file.

Updated bzt-rc file to below:

# JMeter settings

#modules:
  jmeter:
#    properties:  # JMeter properties for every JMeter run
#    prop_name: prop value
#    system-properties:  # Java system properties
#      sun.net.http.allowRestrictedHeaders: "true"
#    memory-xmx: 4G  # allow JMeter to use up to 4G of memory
    path: C:\Trusted\apache-jmeter-4.0\bin\jmeter  # path to local jmeter installation
#    version: 3.2  # version to use
#    plugins:  # plugins to install
#    - jpgc-json=2.2
#    - jmeter-ftp
#    - jpgc-casutg

With the Path Provided in Jmeter setting section i expected Taurus to take my local Jmeter copy and run the scripts.But its taking the latest Version of Jmeter.


回答1:


Path should be of JMeter main folder

  path: C:\Trusted\apache-jmeter-4.0

I'm assuming also you have uncommented modules:

Also consider using latest JMeter version, currently 5.1



来源:https://stackoverflow.com/questions/57061862/taurus-is-not-taking-the-jmeter-setting-local-path-even-after-changing-bzt-rc-f

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!