Hello,
I can't variabilize parameter of BackendListener when I start a run via
remote test.
None of the value is replace.
If I put something like this :
influxdbUrl => ${__P(influxdbUrl, http://xxx.fr/influxdb_query/write?db=
qualif}
It cause one error :
2017-03-09 08:46:36,232 ERROR o.a.j.s.RemoteListenerWrapper:
testStarted(host) on tlsqninjec10:7080
java.lang.IllegalStateException: Failed calling setupTest
Caused by: java.net.MalformedURLException: no protocol: ${__P(influxdbUrl,
http://xxx.fr/influxdb_query/write?db=qualif)}
Of course it work localy.
Is it normal ? Any tips ? Where I have to start looking for fix it ?