summaryrefslogtreecommitdiff
path: root/ironic/tests/unit/drivers/modules/network/test_common.py
Commit message (Expand)AuthorAgeFilesLines
* CI: Fix another network testJulia Kreger2023-05-081-0/+4
* CI: Modify dhcp client ID failJulia Kreger2023-05-081-2/+4
* CI: Fix race prone unit test in networkingJulia Kreger2023-01-181-1/+3
* Remove extra/vif_port_idJulia Kreger2021-03-221-93/+57
* Fix DHCP-less operations with the noop network interfaceDmitry Tantsur2020-11-101-8/+0
* Use assertCountEqual instead of assertItemsEqual, part 2Riccardo Pittau2020-07-071-4/+4
* Enforce autospec in test_commonRiccardo Pittau2020-06-241-40/+67
* Merge "Allow node vif attach to specify port_uuid or portgroup_uuid"Zuul2020-06-231-6/+65
|\
| * Allow node vif attach to specify port_uuid or portgroup_uuidTzu-Mainn Chen2020-06-151-6/+65
* | Use assertCountEqual instead of assertItemsEqualRiccardo Pittau2020-06-111-12/+12
* | Add `get_node_network_data` to non-Neutron NetworkInterfaceIlya Etingof2020-05-251-0/+14
|/
* Switch to unittest mockIury Gregory Melo Ferreira2020-04-301-1/+2
* Use auth values from neutron conf when managing Neutron portsTzu-Mainn Chen2020-04-031-3/+9
* Add support for Smart NICsHamdy Khader2019-02-071-0/+20
* Completely stop using the "fake" classic driver in unit testsDmitry Tantsur2018-06-061-3/+0
* Remove excessive usage of mock_the_extension_manager in unit tests - part 1Dmitry Tantsur2018-05-151-4/+0
* Merge "Remove vifs upon teardown"Zuul2018-04-171-0/+14
|\
| * Remove vifs upon teardownJulia Kreger2018-04-121-0/+14
* | Copy port[group] VIF info from extra to internal_infoRuby Loo2018-04-021-79/+3
|/
* Revert "Don't try to lock for vif detach"Dmitry Tantsur2018-02-211-17/+1
* Don't try to lock for vif detachJulia Kreger2018-02-071-1/+17
* Add rescue related methods to network interfaceShivanand Tendulker2018-01-221-1/+10
* Use adapters for neutronclientPavlo Shchelokovskyy2017-12-141-19/+30
* Change pxe dhcp options name to codes.Vasyl Saienko2017-10-131-1/+1
* Update vif_attach from NeutronVIFPortIDMixinVasyl Saienko2017-09-081-38/+0
* Refactor VIFPortIDMixin: factor out common methodsMark Goddard2017-07-271-188/+362
* Refactor VIFPortIDMixin: renameMark Goddard2017-07-211-3/+3
* Physical network aware VIF attachmentMark Goddard2017-07-061-36/+324
* Replace deprecated .assertRaisesRegexp()Ruby Loo2017-05-181-2/+2
* Merge "Allow to attach/detach VIFs to active ironic nodes"Jenkins2017-03-291-2/+50
|\
| * Allow to attach/detach VIFs to active ironic nodesVasyl Saienko2017-03-021-2/+50
* | Walk over all objects when doing VIF detachVasyl Saienko2017-02-131-0/+16
|/
* Merge "Validate port info before assume we may use it"Jenkins2017-02-031-10/+62
|\
| * Validate port info before assume we may use itVasyl Saienko2017-01-271-10/+62
* | Do not use user token in neutron clientVasyl Saienko2017-01-191-11/+7
|/
* Allow to attach/detach VIF to portgroupVasyl Saienko2017-01-161-42/+290
* Fix assertEqual parmeters position in unittestsVasyl Saienko2017-01-121-5/+5
* Add Virtual Network Interface REST APIsSam Betts2017-01-111-2/+36
* Add Virtual Network Interface Driver APIsSam Betts2016-12-231-0/+555