On 9 March 2017 at 08:52, Maxime Chassagneux <maxime.chassagn...@gmail.com> wrote: > 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}
Where exactly did you use this? > 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)} That indicates that the string is not being parsed for variable references. > Of course it work localy. > > Is it normal ? Any tips ? Where I have to start looking for fix it ? The BackendListener code. Add some debug if necessary.