Commit Graph

19 Commits

Author SHA1 Message Date
Andreas Jaeger 9eccf4fe21 Retire cue
Cue has been retired in mid 2016 as official project and did not
continue developement, it's time to retire it completely.

Remove everything, update README.

Depends-On: https://review.openstack.org/551202
Change-Id: I1f4a71fbea8a90303036ad0adaec95fa15b6522f
2018-03-09 09:40:09 +01:00
Bo Wang 7e0b041657 Replace deprecated keystoneclient...exceptions
Use "keystoneclient.exceptions" instead of the deprecated
"keystoneclient.openstack.common.apiclient.exceptions".

ref: https://github.com/openstack/python-keystoneclient/blob/master/
keystoneclient/openstack/common/apiclient/exceptions.py#L25

Change-Id: I9ff8390e88a438782f31c1090c94f13db2bad7d7
2016-01-13 22:54:37 +00:00
Jenkins 7350f666c1 Merge "Fix random name generation in Rally plugins" 2016-01-04 19:41:08 +00:00
dagnello 5575f37936 Adding RabbitMQ test configuration for Gate job
Change-Id: Ia71a8896730172c6444e7661e71deff5b42f1f3d
2015-12-24 02:16:20 +00:00
Chris St. Pierre 90236c263c Fix random name generation in Rally plugins
rally.common.utils.generate_random_name() is being removed and
replaced with a mixin that has slightly different semantics.

Change-Id: If7a0dc2e155672ad48472d6e4202a82e205a0c33
Implements: blueprint consistent-random-names
2015-12-23 10:49:15 -08:00
dagnello 6b03400b4d Removing Cue client instantiation from Rally test
Since Cue client support is being added in Rally, instantiation
from Cue's Rally test implementation is not needed anymore.

see:
https://review.openstack.org/#/c/255606/

Change-Id: I84c2800a4e46c882822b87b7e078307550e50e5b
2015-12-22 16:30:47 +00:00
dagnello 7b628ab2fc Updating keystone auth for Rally tests
Adding support for Keystone v2/v3 auth.
generate_random_name now part of rally.common.utils

Change-Id: Iadb2df148d5b53c4741160d6702878752dde24cf
2015-10-23 00:57:41 +00:00
dagnello 75a59a4d40 Updating Rally tests
Updating Rally tests to conform with new API.

Change-Id: I8aaca59c1ecb43a395acc470b3b270c2ce826a4c
2015-10-06 17:51:00 -04:00
dagnello c76f0a065d Updating Rally tests
Due to changes in Rally API's, tests need to be updated

Change-Id: I2f3293757346b9a3d8f212c10b2fca33f37e0a34
2015-09-17 17:19:41 +00:00
Daniel Allegood 4bc0e45249 Adding support for Keystone V3
Tempest client will now check which Keystone version is specified in
the conf and make the appropriate call to either v2 or v3. Rally
tests using v3. Adding a new extras.d file so devstack will set
up the Rally config to point to Keystone v3 without altering the
actual devstack config. Adding documentation for Keystone v3 specific
args.

Change-Id: Iae8ffb412c00b7ca0e02ff0e6f4374eaae64005d
2015-08-26 10:20:22 -07:00
Jenkins 2b7db47d8e Merge "Scenario test fix" 2015-08-05 01:22:33 +00:00
dagnello 7cef858b6e Renaming cue-scenarios.yaml rally tasks file
To rabbitmq-scenarios.yaml.  As we add additional broker support
we will create a separate rally scenario definition file for each.

Change-Id: I21a14b518e5750e3690730aceb85660875217cd2
2015-08-04 13:23:44 -07:00
Abitha Palaniappan 3ead9b26ba Scenario test fix
Updating rally test to support Rally changes(OpenStackScenario subclass)

Change-Id: Ifa97caa99c3350395ca0cdc3b2cd83b5bc2109f3
2015-07-31 11:50:36 -07:00
Jenkins 770ccdf933 Merge "Updating Rally tests" 2015-07-30 18:07:04 +00:00
dagnello 97ad140990 Updating Rally tests
Rally dependencies have been updated, this patch updates our
scenario tasks.

Change-Id: I56fefff93f5df547f3b80da84be8d1ec44b67591
2015-07-27 10:42:39 -07:00
dagnello 69dd317df9 Rename end_points to endpoints in API
Should be merged simultaneously with:
https://review.openstack.org/#/c/196289/
https://review.openstack.org/#/c/199317/

Change-Id: I5e962a9b8ee0fcf9f3db849d7a7f0d8a7d22802f
Partial-Bug: 1439799
2015-07-13 20:01:01 +00:00
dagnello ed4f3579a8 Adding required directory for Rally Gate Jobs
Change-Id: I3473afe8e8a1f666a3e5e3ae03eaa8b8bfacd117
2015-06-26 13:57:10 +03:00
Abitha Palaniappan 43965e055e Scenario test to create and delete cluster
- Creates a nova instance and cue cluster
- Ssh into the nova instance and runs a test script to authenticate rabbitmq credentials
- Cleans up the nova instance, cue cluster and network

Implements: blueprint rally-scenario-tests
Change-Id: I610cebb6603f008e089599581eca9611f26cf80c
2015-06-08 03:01:04 -07:00
dagnello 45fb8e8f42 Rally Test Framework Integration
* Integration of Rally framework in Cue project's and vagrant/devstack
* Added initial cluster create and delete scenario test
* Implemented initial scenario base class which inherits from rally's
  base.scenario and provides basic Cue CRUD interfacing
* To execute all Rally scenarios (currently one) in vagrant vm:
  1.  source admin user/tenant credentials for devstack environment
    > openrc admin admin
  2.  run script: run_rally_scenarios.sh (will run in verbose debug)
    > run_rally_scenarios.sh

Change-Id: I4e0015b69d9235d46fc785aa016c6d6f0e0caeb2
2015-05-05 13:31:24 -07:00