Bases: object
Bases: nova.test.TestCase
Bases: nova.test.TestCase
Bases: nova.test.TestCase
Servers tests using default API router with all extensions enabled.
Test create with malformed body
Test create with malformed body
Bases: nova.test.TestCase
Shared implementation for tests below that create instance
Test creating multiple instances but not asking for reservation_id
Test creating multiple instances but not asking for reservation_id
Test creating multiple instances with asking for reservation_id
Bases: nova.test.TestCase
We want to make sure that if two instances are on the same host, then they return the same hostId. If two instances are on different hosts, they should return different hostId’s. In this test, there are 5 instances - 2 on one host and 3 on another.
Test getting servers by ip with admin_api enabled and admin context
Test getting servers by ip6 with admin_api enabled and admin context
Test getting servers by admin-only or unknown options when context is not admin. Make sure the admin and unknown options are stripped before they get to compute_api.get_all()
Test getting servers by admin-only or unknown options when context is admin. All options should be passed
Test getting servers by invalid status
Create two servers with the same host and different project_ids and check that the hostId’s are unique
Bases: nova.test.TestCase
Bases: nova.test.TestCase
Bases: nova.test.TestCase