ironic/ironic/tests/unit/common
Sam Betts 4789d3b41a Add Virtual Network Interface REST APIs
This patch adds the REST APIs for the virtual network interface API in
order to abstract the task of assigning logical network interfaces to
physical network interfaces.

Since Newton Ironic provides an interface for pluggable network
implementations. Different network implementations may want to handle
how logical to physical network interface assignment happens. To do this
the new API calls into new functions on the network implementation
loaded for the specified node.

This is part 3 of 3, and adds the node vif subcontroller to expose the
/nodes/<ident>/vifs REST API endpoint. API version is bumped to 1.28.

Co-Authored-By: Vasyl Saienko (vsaienko@mirantis.com)
Change-Id: I70f1166a15a26f392734e21d6bc30a03da4e5486
Partial-Bug: #1582188
2017-01-11 15:08:26 +02:00
..
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
test_context.py Add user and project domains to ironic context 2016-11-15 17:35:22 +02:00
test_driver_factory.py Add storage_interface to base driver class 2016-12-21 20:35:30 +00:00
test_exception.py Make all IronicExceptions RPC-serializable 2016-11-30 11:36:32 +02:00
test_fsm.py Replace assertRaisesRegexp with assertRaisesRegex 2016-06-21 11:25:23 +03:00
test_glance_service.py Trivial: Remove useless function call in glance service test 2016-08-09 13:35:57 +08:00
test_hash_ring.py Fix race in hash ring refresh unit test 2016-03-23 16:20:24 -07:00
test_image_service.py Migrate to using keystoneauth Sessions 2016-08-03 11:24:21 -07:00
test_images.py Trivial: Fix some typos in comments and docstring 2016-10-03 11:38:00 +00:00
test_keystone.py Fix fall back to newer keystonemiddleware options 2016-08-25 18:12:10 +03:00
test_network.py Add Virtual Network Interface Driver APIs 2016-12-23 11:58:02 +00:00
test_neutron.py Add Virtual Network Interface Driver APIs 2016-12-23 11:58:02 +00:00
test_policy.py Add user and project domains to ironic context 2016-11-15 17:35:22 +02:00
test_pxe_utils.py Convert iPXE boot script to Jinja template 2016-11-21 18:44:38 +02:00
test_raid.py RAID interface to support JBOD volumes 2016-05-04 14:28:48 +00:00
test_rpc.py Add user and project domains to ironic context 2016-11-15 17:35:22 +02:00
test_rpc_service.py Separate WSGIService from RPCService 2016-09-15 11:14:20 -04:00
test_states.py Move ironic.tests.unit.base to ironic.tests.base 2015-10-22 08:57:41 -07:00
test_swift.py Migrate to using keystoneauth Sessions 2016-08-03 11:24:21 -07:00
test_utils.py Add Virtual Network Interface REST APIs 2017-01-11 15:08:26 +02:00
test_wsgi_service.py Separate WSGIService from RPCService 2016-09-15 11:14:20 -04:00