summaryrefslogtreecommitdiff
path: root/nova/tests/functional/test_servers.py
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Remove 'test_servers.ServersTestBase'Stephen Finucane2020-07-161-54/+37
* Remove future importsStephen Finucane2020-03-241-2/+0
* Merge "Stabilize functional tests"Zuul2020-04-061-12/+47
|\
| * Stabilize functional testsBalazs Gibizer2020-04-031-12/+47
* | Merge "Fix assertEqual param order in Accelerator tests"Zuul2020-04-021-2/+2
|\ \ | |/
| * Fix assertEqual param order in Accelerator testsBalazs Gibizer2020-04-021-2/+2
* | Merge "func tests: move _run_periodics() into base class"Zuul2020-04-021-21/+2
|\ \ | |/ |/|
| * func tests: move _run_periodics() into base classArtom Lifshitz2020-03-241-21/+2
* | Block unsupported instance operations with accelerators.Sundar Nadathur2020-03-311-2/+154
* | Merge "Expose instance action event details out of the API"Zuul2020-03-301-1/+7
|\ \
| * | Expose instance action event details out of the APIMatt Riedemann2020-03-271-1/+7
* | | Merge "Enable start/stop of instances with accelerators."Zuul2020-03-271-1/+27
|\ \ \
| * | | Enable start/stop of instances with accelerators.Sundar Nadathur2020-03-241-1/+27
* | | | Merge "Delete ARQs for an instance when the instance is deleted."Zuul2020-03-271-48/+82
|\ \ \ \ | |/ / /
| * | | Delete ARQs for an instance when the instance is deleted.Sundar Nadathur2020-03-241-48/+82
* | | | Merge "Create and bind Cyborg ARQs."Zuul2020-03-271-3/+117
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Create and bind Cyborg ARQs.Sundar Nadathur2020-03-211-3/+117
* | | Merge "Add Cyborg device profile groups to request spec."Zuul2020-03-261-0/+86
|\ \ \ | |/ /
| * | Add Cyborg device profile groups to request spec.Sundar Nadathur2020-03-211-0/+86
| |/
* | Add service version check for evacuate with qosBalazs Gibizer2020-03-181-1/+34
* | Add service version check for live migrate with qosBalazs Gibizer2020-03-181-0/+39
* | Enable unshelve with qos portsBalazs Gibizer2020-03-181-31/+16
|/
* Support unshelve with qos portsBalazs Gibizer2020-03-181-0/+186
* trivial: Use 'from foo import bar'Matthew Booth2020-03-091-20/+15
* Avoid allocation leak when deleting instance stuck in BUILDAlexandre Arents2020-02-241-0/+52
* Enable live migration with qos portsBalazs Gibizer2020-02-031-59/+0
* Use common server create function for qos func testsBalazs Gibizer2020-02-031-78/+13
* Remove extra instance.save() calls related to qos SRIOV portsBalazs Gibizer2020-02-031-4/+11
* Func test for failed and aborted live migrationBalazs Gibizer2020-01-211-10/+138
* Merge "nova-net: Remove layer of indirection in 'nova.network'"Zuul2020-01-201-2/+2
|\
| * nova-net: Remove layer of indirection in 'nova.network'Stephen Finucane2020-01-151-2/+2
* | functional: Add '_delete_server' to 'InstanceHelperMixin'Stephen Finucane2020-01-151-13/+4
* | functional: Add unified '_(build|create)_flavor' helper functionsStephen Finucane2020-01-151-18/+2
* | functional: Add unified '_build_server' helper functionStephen Finucane2020-01-151-64/+56
|/
* Merge "functional: Make '_IntegratedTestBase' subclass 'InstanceHelperMixin'"Zuul2020-01-091-39/+1
|\
| * functional: Make '_IntegratedTestBase' subclass 'InstanceHelperMixin'Stephen Finucane2019-12-061-39/+1
* | Merge "Add recreate test for bug 1855927"Zuul2020-01-071-0/+66
|\ \
| * | Add recreate test for bug 1855927Matt Riedemann2019-12-161-0/+66
* | | Move common test method up to base classBalazs Gibizer2019-12-191-100/+100
* | | Func test for qos live migration rescheduleBalazs Gibizer2019-12-191-5/+125
* | | Support live migration with qos portsBalazs Gibizer2019-12-191-0/+57
|/ /
* | Merge "Move _update_pci_request_spec_with_allocated_interface_name"Zuul2019-12-131-5/+5
|\ \ | |/ |/|
| * Move _update_pci_request_spec_with_allocated_interface_nameBalazs Gibizer2019-12-131-5/+5
* | functional: Remove 'api' parameterStephen Finucane2019-12-061-153/+133
* | functional: Remove 'get_invalid_image'Stephen Finucane2019-12-061-1/+1
* | functional: Unify '_wait_until_deleted' implementationsStephen Finucane2019-12-061-22/+17
|/
* Make the binding:profile handling consistent in NeutronFixtureBalazs Gibizer2019-12-031-5/+5
* Extend NeutronFixture to allow live migration with portsBalazs Gibizer2019-12-031-1/+2
* functional: Make '_wait_for_state_change' behave consistentlyStephen Finucane2019-11-191-76/+62
* Merge "functional: Rework '_delete_server'"Zuul2019-11-181-39/+40
|\