Comment 8 for bug 973338

Revision history for this message
Rohit Karajgi (rohitk) wrote :

In case of flavor_create and flavor_delete, they are extensions (FlavorManage) __and__ need to be run as admin user.
So I can see two ways to segregate such tests.

1. /tempest/tests/compute/admin/test_flavors.py (as Jay suggested above)
2. /tempest/tests/compute/extensions/admin/test_flavor_extension.py
(and maybe have a ..extensions/nonadmin/ directory)

Since flavorsmanage.py resides in compute/contrib in nova source, I think structure (2) above
might be more closer to the source code.