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
This commit is contained in:
dagnello 2015-08-04 12:32:30 -07:00
parent 770ccdf933
commit 7cef858b6e
3 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ cd devstack
echo "enable_service rally" >> local.conf
cat << EOF >> /home/vagrant/.bash_aliases
alias run_rally_cue_scenarios="rally -v --debug task start --task ~/cue/rally-jobs/cue-scenarios.yaml"
alias run_rally_cue_scenarios="rally -v --debug task start --task ~/cue/rally-jobs/rabbitmq-scenarios.yaml"
EOF

View File

@ -108,4 +108,4 @@ cue/rally-jobs
To run all scenario tests, ssh into the Vagrant VM with DevStack/Cue installation (above) and run the following script:
::
$ rally task start --task ~/cue/rally-jobs/cue-scenarios.yaml
$ rally task start --task ~/cue/rally-jobs/rabbitmq-scenarios.yaml