ironic-python-agent/ironic_python_agent/tests
Moshe Levi fe3b630360 Add vendor, product to interface information
This patch updates the interfaces JSON to include
vendor and  product
u'interfaces': [
    {
        u'mac_address': u'00:0c:29:8c:11:b1',
        u'name': u'eth0',
        u'ipv4_address': None,
        u'switch_chassis_descr': None,
        u'switch_port_descr': None,
        u'lldp': None,
        u'vendor': u'0x15b3',
        u'product': u'0x1014,
    }]

Co-Authored-By: yogananth subramanian <ysubrama@redhat.com>

Closes-Bug: #1611856

Change-Id: I8fa58dde29601abee959f74b69b692ed9eaffb94
2016-09-21 10:14:26 -04:00
..
functional Use namedtuple to improve code readability 2016-08-30 16:12:29 -07:00
unit Add vendor, product to interface information 2016-09-21 10:14:26 -04:00
__init__.py Adding oslotest to improve debugging 2014-04-03 14:02:53 -07:00