summaryrefslogtreecommitdiff
path: root/nova/test.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Move selective patching of open() to nova.test for reuseAdam Spiers2019-05-251-0/+61
* | Move patch_exists() to nova.test.TestCase for reuseAdam Spiers2019-05-241-0/+63
* | Merge "Make nova.compute.rpcapi.ComputeAPI.router a singleton"Zuul2019-04-281-0/+4
|\ \
| * | Make nova.compute.rpcapi.ComputeAPI.router a singletonMatt Riedemann2019-04-241-0/+4
* | | Only set oslo_messaging_notifications.driver if using RPCFixtureMatt Riedemann2019-04-191-5/+5
|/ /
* | Eventlet monkey patching should be as early as possibleMatthew Booth2019-03-221-2/+1
* | Use assertXmlEqual() helper for all XML comparison testsAdam Spiers2019-03-081-0/+4
|/
* Merge "Use a static resource tracker in compute manager"Zuul2019-02-041-1/+3
|\
| * Use a static resource tracker in compute managerEric Fried2019-01-171-1/+3
* | Merge "Remove args(os=False) in monkey_patch"Zuul2019-01-181-1/+1
|\ \ | |/ |/|
| * Remove args(os=False) in monkey_patchjiajunsu2019-01-041-1/+1
* | Use external placement in functional testsChris Dent2018-12-121-10/+0
|/
* Remove restart_scheduler_service() methodMatt Riedemann2018-10-251-9/+0
* Remove the CachingSchedulerMatt Riedemann2018-10-181-10/+0
* Move test.nested to utils.nested_contextsMatthew Booth2018-10-061-8/+2
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+1
* (Re)start caching scheduler after starting computes in testsMatt Riedemann2018-08-291-0/+19
* Remove patching the mock libBalazs Gibizer2018-08-101-24/+0
* Use nova.db.api directlyChris Dent2018-07-101-1/+1