tuanhiep / mqttjmeter

This is the plugin for Jmeter to Test MQTT protocol
Apache License 2.0
86 stars 56 forks source link

CSV Data Set Config substitution does not work #11

Open lvincent-be opened 9 years ago

lvincent-be commented 9 years ago

When trying to change the message Content and mqtt-topic, on a per thread basis, using a CSV Data set does not result in substitution of the variables For example, given the message:

Thread = ${__threadNum()} - var = ${HELLO} - cvs = ${ITEM}

the mutt sampler will correctly substitute the Thread number, the user variable 'HELLO', but not the CSV 'ITEM' variable . Is variable substitution with CSV data sets supported by the component ?