问题
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