summaryrefslogtreecommitdiff
path: root/nova/test.py
Commit message (Expand)AuthorAgeFilesLines
* Unify placement client singleton implementationsDan Smith2022-08-181-0/+4
* Poison /sys access via various calls in testBalazs Gibizer2022-08-101-0/+1
* Remove double mockingBalazs Gibizer2022-08-021-5/+10
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+1
* db: Don't pass strings to 'Connection.execute'Stephen Finucane2021-11-121-1/+1
* Add autopep8 to tox and pre-commitSean Mooney2021-11-081-0/+3
* Prevent leaked eventlets to send notificationsBalazs Gibizer2021-10-141-0/+3
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-2/+2
* Make test_archive_task_logs deterministicmelanie witt2021-07-091-1/+4
* Merge "Replace getargspec with getfullargspec"Zuul2021-06-011-3/+3
|\
| * Replace getargspec with getfullargspeclikui2021-05-121-3/+3
* | tests: Move remaining non-libvirt fixturesStephen Finucane2021-05-121-2/+1
* | tests: Move ConfFixtureStephen Finucane2021-05-121-2/+1
|/
* Drop support for SQLite < 3.7Stephen Finucane2021-04-211-9/+0
* Reset global wsgi app state in unit testBalazs Gibizer2021-03-241-0/+5
* Centralize sqlite FK constraint enforcementmelanie witt2021-02-121-0/+18
* Remove six.binary_type/integer_types/string_typesTakashi Natsume2020-12-131-3/+2
* Remove six.iteritems/itervalues/iterkeysTakashi Natsume2020-11-071-1/+1
* Remove six.movesTakashi Natsume2020-11-071-3/+3
* Remove six.reraiseTakashi Natsume2020-08-151-1/+1
* Remove six.add_metaclassTakashi Natsume2020-08-151-2/+1
* Remove six.PY2 and six.PY3Takashi Natsume2020-08-151-5/+1
* virt: Add 'context', drop 'network_info' parameters for 'unrescue'Stephen Finucane2020-07-081-2/+3
* Merge "Remove hooks"Zuul2020-06-211-6/+0
|\
| * Remove hooksStephen Finucane2020-05-271-6/+0
* | Poison netifaces.interfaces() in testsEric Fried2020-05-111-0/+2
|/
* func tests: move _run_periodics() into base classArtom Lifshitz2020-03-241-4/+36
* Ensures that COMPUTE_RESOURCE_SEMAPHORE usage is fairBalazs Gibizer2020-03-161-0/+33
* nova-net: Make the security group API a moduleStephen Finucane2019-11-291-3/+0
* nova-net: Kill itStephen Finucane2020-01-141-63/+6
* Cache security group driverMatt Riedemann2019-12-031-1/+1
* Merge "test cleanup: Make base TestCase subclass oslotest"Zuul2019-11-231-15/+7
|\
| * test cleanup: Make base TestCase subclass oslotestEric Fried2019-11-221-15/+7
* | Merge "test cleanup: Use oslotest's CaptureOutput fixture"Zuul2019-11-221-2/+2
|\ \ | |/
| * test cleanup: Use oslotest's CaptureOutput fixtureEric Fried2019-09-271-2/+2
* | Merge "test cleanup: Use oslotest's Timeout fixture"Zuul2019-11-221-3/+4
|\ \ | |/
| * test cleanup: Use oslotest's Timeout fixtureEric Fried2019-09-271-3/+4
* | Merge "test cleanup: Remove skipIf test decorator"Zuul2019-11-221-32/+0
|\ \ | |/
| * test cleanup: Remove skipIf test decoratorEric Fried2019-09-271-32/+0
* | Only allow one scheduler service in testsEric Fried2019-10-301-0/+21
* | Add TODO note for mox removalTakashi NATSUME2019-09-271-0/+8
|/
* Tests: autospecs all the mock.patch usagesTakashi NATSUME2019-08-191-0/+7
* Allow assertXmlEqual() to pass options to matchers.XMLMatchesAdam Spiers2019-08-151-2/+2
* Introduces the openstacksdk to novaDustin Cowles2019-07-221-0/+2
* Enhance service restart in functional envBalazs Gibizer2019-06-251-14/+45
* Remove global state from the FakeDriverBalazs Gibizer2019-06-211-3/+6
* Merge "Use instance mappings to count server group members"Zuul2019-06-011-0/+1
|\
| * Use instance mappings to count server group membersmelanie witt2019-05-311-0/+1
* | Merge "Count instances from mappings and cores/ram from placement"Zuul2019-05-301-0/+4
|\ \ | |/
| * Count instances from mappings and cores/ram from placementmelanie witt2019-05-231-0/+4