# Pastebin DMZQOHsv ====================================================================== ERROR: craton.tests.unit.test_api.APIV1NetDevicesTest.test_get_netdevices_get_by_id ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last): File "/home/ubuntu/craton/.tox/py35/lib/python3.5/site-packages/mock/mock.py", line 1305, in patched return func(*args, **keywargs) File "/home/ubuntu/craton/craton/tests/unit/test_api.py", line 643, in test_get_netdevices_get_by_id self.assertEqual(resp.json["hostname"], fake_resources.NETDEVICE1.hostname) KeyError: 'hostname' -------------------- >> begin captured stdout << --------------------- {'status': 500, 'message': 'Unknown Error'} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- craton.api.v1.resources.inventory.networks: ERROR: Error during NetDeviceById.get: 'NetDevice' object has no attribute 'resolved' --------------------- >> end captured logging << --------------------- ---------------------------------------------------------------------- Ran 208 tests in 1.764s FAILED (errors=1)