Hi list,

I have successfully run my first test by rally:
rally task start --task=/home/rally/tasks/nova/boot-and-delete.json

But, for the result, it shows 10 boot operations succeed while only 8 delete 
operations failed.
Is that means I would have 2 instances left in the cloud ??

Rally would create its own tenants and users when it doing the test, so I can't 
use nova command by hand to check what happened because I didn't know the 
user/pass/tenant.
Then, what should I do ??

Thanks.
-chen


The detail for the test:

rally task detailed 739044cf-7728-4321-b131-136d26ec0f18

2014-03-13 14:28:18.481 5345 WARNING 
rally.openstack.common.db.sqlalchemy.session [-] This application has not 
enabled MySQL traditional mode, which means silent data corruption may occur. 
Please encourage the application developers to enable this mode.

================================================================================
Task 739044cf-7728-4321-b131-136d26ec0f18 is finished. Failed: False
--------------------------------------------------------------------------------

test scenario NovaServers.boot_and_delete_server
args position 0
args values:
{u'args': {u'flavor_id': 2,
           u'image_id': u'ccc8fe37-9289-437b-a88c-fc4678656c75'},
u'config': {u'active_users': 2,
             u'tenants': 3,
             u'times': 10,
             u'users_per_tenant': 2},
u'execution': u'continuous'}
+--------------------+-------+---------------+---------------+---------------+---------------+---------------+
|       action       | count |   max (sec)   |   avg (sec)   |   min (sec)   | 
90 percentile | 95 percentile |
+--------------------+-------+---------------+---------------+---------------+---------------+---------------+
|  nova.boot_server  |   10  | 9.56744813919 | 8.93137431145 | 8.65742206573 |  
9.4672878027 | 9.51736797094 |
| nova.delete_server |   8   | 4.64802503586 | 3.67668786645 |  2.2959189415 | 
4.63747038841 | 4.64274771214 |
+--------------------+-------+---------------+---------------+---------------+---------------+---------------+

+---------------+---------------+--------------+---------------+---------------+---------------+-------------+
|   max (sec)   |   avg (sec)   |  min (sec)   |  90 pecentile | 95 percentile 
| success/total | total times |
+---------------+---------------+--------------+---------------+---------------+---------------+-------------+
| 14.0892701149 | 12.5512963533 | 11.163588047 | 13.6810189486 | 13.8851445317 
|      0.8      |      10     |
+---------------+---------------+--------------+---------------+---------------+---------------+-------------+
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to