To run your Taurus test with Dedicated IPs, this option is available via the YAML configuration file that you will execute for your scenario.
Thus, your account in BlazeMeter must have enabled the "Dedicated IPs" feature, and, you can configure it in your YAML config file as follows,
modules: blazemeter: dedicated-ips: true
You can find the location name for by using the command detailed in the Taurus Cloud Configuration article. And, you'll find a detailed example as follows,
execution: - scenario: dummy concurrency: local: 5 cloud: 1000 ramp-up: 10s hold-for: 5m locations: europe-west3-a: 1 europe-west2-a: 1 us-east4-a: 1 us-west1-a: 1 provisioning: cloud
modules:
blazemeter:
dedicated-ips: true
NOTE: Your account must have Dedicated IP(s) in the locations configured within your YAML file, so this resource(s) can be provisioned when the test is executed.
0 Comments