summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_crypto.py
Commit message (Expand)AuthorAgeFilesLines
* Remove six.movesTakashi Natsume2020-11-071-2/+2
* Remove six.PY2 and six.PY3Takashi Natsume2020-08-151-4/+1
* crypto: Add support for creating, destroying vTPM secretsStephen Finucane2020-07-161-0/+131
* We no longer need rootwrap.Michael Still2019-02-271-6/+6
* crypto: Remove unused functionsStephen Finucane2018-03-081-148/+0
* Replace uuid4() with uuidsentinelhussainchachuliya2016-11-291-2/+2
* Drop paramiko < 2 compat codeSean Dague2016-05-101-1/+1
* config options: Move crypto options into a groupStephen Finucane2016-04-051-8/+8
* Make test cases test_crypto.py from NoDBTestCasejichenjc2016-03-071-2/+3
* Tolerate installation of pycryptodomeDavanum Srinivas2016-02-131-1/+1
* Database not needed for most crypto testsDiana Clarke2016-02-041-4/+4
* Replace stubs.Set with stub_out (db)Diana Clarke2016-01-301-3/+3
* Use stub_out and mock to remove mox:part 3jichenjc2016-01-131-26/+16
* Merge "Make test_revoke_cert_project_not_found_chdir_fails deterministic"Jenkins2015-09-231-1/+3
|\
| * Make test_revoke_cert_project_not_found_chdir_fails deterministicMatt Riedemann2015-09-141-1/+3
* | Merge "Test cases for better handling of SSH key comments"Jenkins2015-09-141-0/+15
|\ \ | |/ |/|
| * Test cases for better handling of SSH key commentsDavanum Srinivas2015-08-211-0/+15
* | Specify current directory using new cwd param in processutils.executeDavanum Srinivas2015-08-241-1/+0
|/
* Replace openssl calls with cryptography libEric Brown2015-07-271-38/+10
* Port crypto to Python 3Victor Stinner2015-07-101-7/+27
* Split up and improve speed of keygen testsMatthew Gilliard2015-05-211-2/+4
* Replace ssh exec calls with paramiko libEric Brown2015-04-171-0/+102
* CWD is incorrectly set if exceptions are thrownjichenjc2015-02-091-0/+10
* rename oslo.concurrency to oslo_concurrencyZhiQiang Fan2014-12-061-1/+1
* Switch to moxstubout and mockpatch from oslotestDavanum Srinivas2014-12-021-1/+1
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+256