ironic/ironic/tests/unit/db
Zhou Hao fc24275ba3 [iRMC] Convert the type of irmc_port to int
When using the node managed by the `irmc` hardware type,
if the port number of the bmc address is manually specified,
the following error will occur:

```
Value '443' is not supported for 'irmc_port'
```

However iRMC supports 80 and 443 ports, and default to 443.
The reason for this error is that the type of irmc_port is not converted to int.

Story: #2009671
Task: #43915

Signed-off-by: Zhou Hao <zhouhao@fujitsu.com>
Change-Id: I4e9274de09758fdb468382a7f88298a279f43e92
2021-11-10 14:51:57 +08:00
..
sqlalchemy Merge "Implements node history: database" 2021-09-14 17:16:32 +00:00
__init__.py Remove unused import 2016-07-21 09:03:40 +00:00
base.py Remove usage of some of the deprecated methods 2017-07-31 10:14:08 +00:00
test_allocations.py Allocation API: taking over allocations of offline conductors 2019-02-19 17:36:16 +01:00
test_api.py Allow initial versions to not be created yet 2021-08-11 23:09:36 +00:00
test_bios_settings.py Include bios registry fields in bios API 2021-05-27 12:15:20 -04:00
test_chassis.py Stop using six library 2019-12-23 09:38:25 +01:00
test_conductor.py Bye-bye iSCSI deploy, you served us well 2021-05-04 14:28:25 +02:00
test_deploy_templates.py Stop using six library 2019-12-23 09:38:25 +01:00
test_node_history.py Implements node history: database 2021-09-09 09:35:09 -07:00
test_node_tags.py Use assertCountEqual instead of assertItemsEqual 2020-06-11 14:37:56 +02:00
test_node_traits.py Use assertCountEqual instead of assertItemsEqual 2020-06-11 14:37:56 +02:00
test_nodes.py Implements node history: database 2021-09-09 09:35:09 -07:00
test_portgroups.py Stop using six library 2019-12-23 09:38:25 +01:00
test_ports.py Support port name 2020-11-29 13:37:55 +08:00
test_volume_connectors.py Stop using six library 2019-12-23 09:38:25 +01:00
test_volume_targets.py Stop using six library 2019-12-23 09:38:25 +01:00
utils.py [iRMC] Convert the type of irmc_port to int 2021-11-10 14:51:57 +08:00