You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been playing with this wrapper for jmeter and I love how simple it is to programmatically create jmeter tests compared to building them in the gui.
We have a very heavy load test and would love to take advantage of running the test in azure. However our target endpoints are all on private vnets.
Having the ability to configure advanced features of the test such as private vs public network would be a huge plus. Currently I must run the test via the code entrypoint, then go back and reconfigure the test to use private networks and rerun it in azure directly. No ability to configure this programmatically hampers us from adopting this toolset for pipeline testing.
The text was updated successfully, but these errors were encountered:
Hello, thank you for trying the DSL. What is mainly what you need? A way to configure the those 3 properties (use private traffic mode, set virtual network and subnet) in AzureEngine?
maybe something like AzureEngine(token).privateNetwork(virtualNetwork,subNet)?
I have been playing with this wrapper for jmeter and I love how simple it is to programmatically create jmeter tests compared to building them in the gui.
We have a very heavy load test and would love to take advantage of running the test in azure. However our target endpoints are all on private vnets.
Having the ability to configure advanced features of the test such as private vs public network would be a huge plus. Currently I must run the test via the code entrypoint, then go back and reconfigure the test to use private networks and rerun it in azure directly. No ability to configure this programmatically hampers us from adopting this toolset for pipeline testing.
The text was updated successfully, but these errors were encountered: