ironic/ironic/tests/unit/api/v1
Michael Turek dd57ed5a2d Integrate portgroups with ports to support LAG
This patch adds portgroups subcontroller. The API version
has been bumped to 1.24. New endpoints were added:

  * '/v1/nodes/<node>/portgroups'
  * '/v1/portgroups/<pg>/ports'

Starting with this API version, ports have a new 'portgroup_uuid'
field that contains UUID of a portgroup this port belongs to.

Partial-bug: #1618754

DocImpact
Co-Authored-By: Jenny Moorehead <jenny.moorehead@sap.com>
Co-Authored-By: Will Stevenson <will.stevenson@sap.com>
Co-Authored-By: Vasyl Saienko <vsaienko@mirantis.com>
Co-Authored-By: Vladyslav Drok <vdrok@mirantis.com>
Co-Authored-By: Zhenguo Niu <Niu.ZGlinux@gmail.com>
Co-Authored-By: Michael Turek <mjturek@linux.vnet.ibm.com>

Change-Id: I597ae1a3a969ee9fb4df57e444c606c77c5c093c
2016-11-09 13:36:05 +02:00
..
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
test_chassis.py Deny chassis with too long description 2016-09-06 17:08:50 +03:00
test_drivers.py Clean imports in code 2016-08-18 10:02:30 +07:00
test_nodes.py Integrate portgroups with ports to support LAG 2016-11-09 13:36:05 +02:00
test_portgroups.py Integrate portgroups with ports to support LAG 2016-11-09 13:36:05 +02:00
test_ports.py Integrate portgroups with ports to support LAG 2016-11-09 13:36:05 +02:00
test_ramdisk.py API: lookup() ignore malformed MAC addresses 2016-11-02 15:01:49 +00:00
test_root.py Remove unnecessary setUp 2016-09-20 14:39:28 +08:00
test_types.py API: lookup() ignore malformed MAC addresses 2016-11-02 15:01:49 +00:00
test_utils.py Add a unit test for microversion validation V1.22 2016-11-05 23:02:20 +09:00
test_versions.py Move ironic.tests.unit.base to ironic.tests.base 2015-10-22 08:57:41 -07:00