scenarios:
doing_stuff:
default-address: ${__P(zt_address)} doing_stuff2:
default-address: ${__P(zt_address)}
modules:
jmeter:
path: ./jmeter-bin
properties:
zt_address: 'http://192.168.99.101:80'requests:method: GET
- body:
param1: ${param1}
url: '${__P(zt_address)}/api/v1/token'
url: '${__P(zt_address)}/api/v1/token?param1=${param1}'Hi,
I like the challenge of 300+ different scenarios. This is very practical situation, so let's find a way to solve it.
Can you provide me with several examples of those 300 scenarios?
I want to see what is the input of the process. Then, well choose
the way of implementing it.
| Andrey Pohilko Chief Scientist P: +7 (909) 631-21-69 |
-- You received this message because you are subscribed to the Google Groups "codename-taurus" group. To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/2E9A4647-DA85-4BEC-8536-43413384EC45%40gmail.com. For more options, visit https://groups.google.com/d/optout.
I'm asking for representing examples because there might be several ways to deal with the situation.
One of them is using command-line overrides like "-o
scenarios.myscen1.default-address=abc". For certain class of
configs, this will be sufficient.
| Andrey Pohilko Chief Scientist P: +7 (909) 631-21-69 |
-- You received this message because you are subscribed to the Google Groups "codename-taurus" group. To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/c441d921-c175-49d2-a2f2-76753ddd4aab%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Version 1.6.8 was just released. It contains fix to handle
properties in default address, example format is:
default-address: https://${__P(hostname)}:${__P(port)}
Please note that http/https is mandatory.
| Andrey Pohilko Chief Scientist P: +7 (909) 631-21-69 |
-- You received this message because you are subscribed to the Google Groups "codename-taurus" group. To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/c441d921-c175-49d2-a2f2-76753ddd4aab%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Hi,
Please also look at this example, it might demonstrate useful
trick for you:
https://github.com/Blazemeter/taurus/blob/master/examples/jmeter/default-address-trick.yml
| Andrey Pohilko Chief Scientist P: +7 (909) 631-21-69 |
-- You received this message because you are subscribed to the Google Groups "codename-taurus" group. To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/2E9A4647-DA85-4BEC-8536-43413384EC45%40gmail.com. For more options, visit https://groups.google.com/d/optout.
This is fantastic! Thanks a million, Andrey and Dmitri!
Just verified 1.6.8 and it works flawlessly.
If I can reiterate my additional suggestion - a 'file-writer' would be an extremely helpful addition to scenarios - this will allow a true inheritance among scenarios with `include-scenario` and data to pass. No more copy-pasting.
Anyway, thank you again for such a great support and the gem.