Skip to content
narkqi edited this page Jul 24, 2017 · 14 revisions

The plugin is a custom task developed in HPE for integrating the bamboo CI/CD process to HPE StormRunner Load (SRL) capabilities.

The plugin allows the users who have an account for SRL in HPE SaaS, to run tests as part of their CI/CD process.

After you deploy the plugin in your Bamboo server, you can now add new task to one of your jobs and run it as part of the CI/CD.

First, you need to set your SRL server address and credentials in Bamboo's administration page.

Click "Save & Test", the plugin will try to connect to the URL with the credentials you've set.

While configuring the task details, you will need to configure the following fields:

  • Tenant ID – Tenant ID in SRL
  • Project ID – The project ID in SRL
  • Test ID – the test ID in SRL
  • Send Email - if you need a notification email after the test run is finished

Afterwards you will run the plan and the task will be executed as part of it.

You will be able to see the task progress in the UI:

The build will be marked as Success or Failed according to the test run result.

See Use the Bamboo Plugin.

Clone this wiki locally