rally-openstack/rally-jobs
ravikumar-venkatesan df216c9537 Add Keystone ec2-credentials scenarios
This submission adds methods to basic.py and utils.py
under rally/plugins/openstack/scenarios/keystone

Add configuration files for ec2-credentials
operations
1) create-and-list-ec2credentials.json
2) create-and-list-ec2credentials.yaml
3) create-and-delete-ec2credential.json
4) create-and-delete-ec2credential.yaml

Add unittests to test_utils.py and test_basic.py

Co-Authored-By: Ravikumar Venkatesan <ravikumar.venkatesan@hp.com>
Co-Authored-By: Roman Vasilets <rvasilets@mirantis.com>

Change-Id: Icdc786a144a42e983c79f70262e1f785dbe99e44
2015-07-02 18:01:16 +03:00
..
extra [Heat] Add rally template with Heat Resource Group 2015-06-19 12:54:33 +03:00
plugins Rename rally/benchmark to rally/task 2015-07-01 23:38:48 +03:00
cinder.yaml Split slow rally job to several small ones 2015-06-08 21:27:27 +03:00
heat.yaml [Heat] create-snapshot-restore-delete stack scenario 2015-06-23 19:16:21 +03:00
nova.yaml Split slow rally job to several small ones 2015-06-08 21:27:27 +03:00
rally_args.yaml Input task templates and task cmd cleanup 2015-01-15 16:29:34 +03:00
rally-designate.yaml Adds Designate server-list scenario 2015-02-27 04:05:41 +00:00
rally-manila-no-ss.yaml [Manila] Add scenario for creation and deletion of Manila shares 2015-06-17 18:16:37 +03:00
rally-manila.yaml [Manila] Add benchmark for Manila list share servers operation 2015-06-19 14:24:09 +03:00
rally-mistral.yaml Add Mistral benchmark 2015-02-06 16:56:53 +04:00
rally-mos.yaml Remove executable bit from files that should not be executable 2015-05-09 11:49:25 +00:00
rally-murano.yaml Add deploy environment murano benchmark 2015-05-13 00:52:11 +03:00
rally-neutron.yaml Add Neutron Loadbalancer v1 create and update pools 2015-06-17 20:01:08 +05:30
rally-zaqar.yaml Adds Zaqar consumer-producer scenario 2014-12-15 11:50:00 -03:00
rally.yaml Add Keystone ec2-credentials scenarios 2015-07-02 18:01:16 +03:00
README.rst Update stackforge to openstack 2015-04-20 14:02:43 +05:30

Rally job related files

This directory contains rally tasks and plugins that are run by OpenStack CI.

Structure

  • plugins - directory where you can add rally plugins. Almost everything in Rally is a plugin. Benchmark context, Benchmark scenario, SLA checks, Generic cleanup resources, ....
  • extra - all files from this directory will be copy pasted to gates, so you are able to use absolute paths in rally tasks. Files will be located in ~/.rally/extra/*
  • rally.yaml is a task that is run in gates against OpenStack (nova network)
  • rally-neutron.yaml is a task that is run in gates against OpenStack with Neutron Service
  • rally-designate.yaml is a task that is run in gates against OpenStack with Designate Service. It's experimental job. To trigger make a review with "check experimental" text.
  • rally-zaqar.yaml is a task that is run in gates against OpenStack with Zaqar Service. It's experimental job. To trigger make a review with "check experimental" text.