nova/nova/tests/unit/api
He Jie Xu e5982de3e9 Reject the cell name include '!', '.' and '@' for Nova API
Nova cells use '!', '.' and '@' for routing the instance in cells.
So those special characters can't include in the cell name.

This patch adds '@' validation for v2 API, and adds '!', '.' and '@'
for v2.1 API.

Change-Id: I5cb704a44c2abfb0bfb5b42d4aa8fefe35cc1523
Partial-Bug: #1491511
2015-09-04 13:01:52 +00:00
..
ec2 Handle neutron exception on bad floating ip create request 2015-08-27 19:25:24 -04:00
openstack Reject the cell name include '!', '.' and '@' for Nova API 2015-09-04 13:01:52 +00:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_auth.py Clean the deprecated noauth middleware 2015-08-06 17:14:10 +08:00
test_compute_req_id.py Make unit tests inherit from test.NoDBTestCase 2015-03-06 09:46:31 +02:00
test_validator.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_wsgi.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00