ironic/ironic
Yushiro FURUKAWA 0e399f750a Fix handling OctetString for pysnmp
This commit fixes getting MAC address while inspection for iRMC driver.
To remove ord() in retrieving MAC address, it can avoid the following
exception:

  TypeError: ord() expected string of length 1, but int found

Also, this commit sets the following type of mock for UT. So, I add
'pysnmp'[1] into test-requirements.txt and lower-constraints.txt.

  * pysnmp.proto.rfc1902.OctetString
  * pysnmp.proto.rfc1902.Integer32

[1] https://bit.ly/3bDeTCH
Change-Id: I1e013a93854e01a7060e1fc48aac091e7e9b74cb
2020-09-29 13:00:52 +00:00
..
api Accept and use a TLS certificate from the agent 2020-09-09 17:27:30 +02:00
cmd Deprecate the iscsi deploy interface 2020-09-22 15:39:36 +02:00
common Merge "Accept and use a TLS certificate from the agent" 2020-09-16 15:14:34 +00:00
conductor Route conductor notification RPC to the same conductor 2020-09-25 17:34:58 +02:00
conf Merge "Redfish driver firmware update" 2020-09-29 12:18:15 +00:00
db Deprecate the iscsi deploy interface 2020-09-22 15:39:36 +02:00
dhcp Switch Ironic to openstacksdk for Neutron 2020-08-19 10:48:17 +02:00
drivers Fix handling OctetString for pysnmp 2020-09-29 13:00:52 +00:00
hacking Fix the remaining hacking issues 2020-03-31 13:40:00 +00:00
objects driver_internal_info in provision notifications 2020-08-25 18:11:04 +00:00
tests Fix handling OctetString for pysnmp 2020-09-29 13:00:52 +00:00
__init__.py Move eventlet monkey patch code 2017-03-02 13:48:18 +02:00
version.py