Bases: nova.test.TestCase
Tests that disabled flavors should not be shown nor listed.
Counterintuitively we should show disabled flavors to all users and not just admins. The reason is that, when a user performs a server-show request, we want to be able to display the pretty flavor name (‘512 MB Instance’) and not just the flavor-id even if the flavor id has been marked disabled.
Bases: nova.test.TestCase
Tests that filtering work on flavor details and that minRam and minDisk filters can be combined
Bases: nova.test.TestCase