summaryrefslogtreecommitdiff
path: root/quantum/tests/unit/test_attributes.py
Commit message (Expand)AuthorAgeFilesLines
* Rename Quantum to NeutronMark McClain2013-07-061-673/+0
* Validate that netaddr does not receive a string with whitespaceGary Kotton2013-05-071-0/+25
* Enable automatic validation of many HACKING rules.Maru Newby2013-04-111-1/+1
* Replace "OpenStack LLC" with "OpenStack Foundation"Gary Kotton2013-03-131-1/+1
* Add common test base class to hold common things.Monty Taylor2013-03-051-5/+6
* Remove deprecated assertEquals alias.Monty Taylor2013-02-281-12/+12
* Use testtools instead of unittest or unittest2.Monty Taylor2013-02-261-10/+10
* Support advanced validation of dictionaries in the API.Roman Prykhodchenko2013-02-131-1/+91
* Improvements to API validation logic.Henry Gessau2013-02-091-8/+24
* The patch introduces an API extension for LBaaS serviceOleg Bondarev2012-12-191-0/+82
* Fix pep8 issuesGary Kotton2012-12-191-1/+1
* Replaces assertEquals to assertEqualZhongyue Luo2012-12-141-21/+21
* Support to reset dnsname_servers and host_routes to emptygongysh2012-12-091-0/+10
* Removes _validate_boolean()Zhongyue Luo2012-11-231-22/+0
* Refactors quantum.api.v2.attributes.pyZhongyue Luo2012-11-231-2/+6
* Completes unittest coverage of quantum.api.v2.attributes.pyZhongyue Luo2012-11-191-49/+129
* Merge "Adds tests for attribute._validate_uuid"Jenkins2012-11-121-0/+7
|\
| * Adds tests for attribute._validate_uuidZhongyue Luo2012-11-121-0/+7
* | Merge "Adds test scripts for _validate_range"Jenkins2012-11-121-0/+25
|\ \
| * | Adds test scripts for _validate_rangeZhongyue Luo2012-11-111-0/+25
| |/
* | Merge "Adds test scripts for _validate_string"Jenkins2012-11-121-3/+17
|\ \
| * | Adds test scripts for _validate_stringZhongyue Luo2012-11-111-3/+17
| |/
* | Merge "Adds tests for attributes.is_attr_set"Jenkins2012-11-121-0/+8
|\ \
| * | Adds tests for attributes.is_attr_setZhongyue Luo2012-11-121-0/+8
| |/
* | Adds tests to attribute.convert_to_intZhongyue Luo2012-11-121-0/+20
|/
* Adds test scripts for _validate_valuesZhongyue Luo2012-11-091-0/+13
* Merge "Fixes convert_to_boolean logic"Jenkins2012-11-081-0/+25
|\
| * Fixes convert_to_boolean logicZhongyue Luo2012-11-081-0/+25
* | Use isinstance for _validate_booleanZhongyue Luo2012-11-081-0/+40
|/
* Ensure that HTTP 400 codes are returned for invalid inputGary Kotton2012-11-011-17/+94
* IP subnet validation fixesJeremy Hanmer2012-10-191-0/+40
* Removed eval of unchecked strings.Maru Newby2012-09-171-0/+33
* Enhance Base MAC validationGary Kotton2012-08-071-0/+85