summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_api_validation.py
Commit message (Expand)AuthorAgeFilesLines
* api: Rename 'parameter_types.hostname' -> 'fqdn'Stephen Finucane2021-08-191-48/+4
* Remove six.text_type (2/2)Takashi Natsume2020-12-131-2/+1
* Remove six.byte2int/int2byteTakashi Natsume2020-11-071-1/+1
* Remove six.PY2 and six.PY3Takashi Natsume2020-08-151-12/+5
* Don't hardcode Python versions in testStephen Finucane2019-12-121-2/+1
* Remove '/os-cells' REST APIsStephen Finucane2019-04-161-123/+0
* Add python 3.7 unit and functional tox jobsChris Dent2018-12-131-1/+1
* add caching to _build_regex_rangeSean Mooney2018-09-161-1/+3
* Fix PatternPropertiesTestCase for py 3.6Chris Dent2018-02-191-1/+1
* Invalid query parameter could lead to HTTP 500Kevin_Zheng2018-01-311-0/+7
* Enable reset keypair while rebuilding instanceLIU Yulong2017-11-131-0/+37
* TrivialFix: Fix the incorrect test caseDinesh Bhor2017-10-051-18/+30
* Stop using deprecated 'message' attribute in Exceptionbhavani.cr2017-07-101-2/+2
* Correct the error message for query parameter validationHe Jie Xu2017-05-191-1/+8
* Refactor: Move post method to APIValidationTestCase base classhussainchachuliya2017-04-101-382/+195
* Fix calling super function in setUp methodTakashi NATSUME2017-03-291-2/+2
* Use flake8-import-orderJohn L. Villalovos2017-03-061-1/+1
* Tolerate jsonschema==2.6.0Davanum Srinivas2017-02-151-9/+22
* Add query parameters white list for server list/detailHe Jie Xu2017-01-171-2/+49
* Adds support for versioned schema validation for query parametersHe Jie Xu2017-01-041-0/+69
* Fix api_validation for Python 3Jens Rosenboom2016-07-011-1/+8
* Generate better validation error message when using name regexesHe Jie Xu2016-03-071-66/+171
* Revert "Generate better validation error message when using name regexes"jichenjc2016-03-031-155/+66
* Generate better validation error message when using name regexesHe Jie Xu2016-03-021-66/+155
* build smaller name regexes for validationSean Dague2016-02-181-0/+59
* Add microversions schema unit test for NoneKen'ichi Ohmichi2015-11-171-0/+23
* Filter leading/trailing spaces for name field in v2.1 compat modeHe Jie Xu2015-09-231-0/+78
* Separate API schemas for v2.0 compatible APIKen'ichi Ohmichi2015-09-091-3/+49
* Skip additionalProperties checks when LegacyV2CompatibleWrapper enabledHe Jie Xu2015-08-061-0/+4
* Add json-schema for v2.1 fixed-ipsHe Jie Xu2015-04-011-0/+41
* Make unit tests inherit from test.NoDBTestCaseMike Durnosvistov2015-03-061-1/+1
* Switch to uuidutils from oslo_utils libraryDavanum Srinivas2015-02-251-3/+3
* Expand valid resource name character setChris St. Pierre2014-12-181-7/+37
* Adds support for versioned schema validation for microversions apiChris Yeoh2014-12-171-71/+100
* Add a validation format "cidr"Ken'ichi Ohmichi2014-12-051-0/+51
* Add API json schema to volumes api(v2.1)Eli Qiao2014-11-181-2/+4
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+872