This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou
Date 2008-08-17.16:53:16
SpamBayes Score 6.112183e-08
Marked as misclassified No
Message-id <1218991997.09.0.347137407735.issue3581@psf.upfronthosting.co.za>
In-reply-to
Content
I get failures in test_uuid when run inside a qemu virtual machine. It
is related to the fake MAC address used by qemu.


======================================================================
FAIL: test_ipconfig_getnode (__main__.TestUUID)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib\test\test_uuid.py", line 326, in test_ipconfig_getnode
    self.check_node(node, 'ipconfig')
  File "Lib\test\test_uuid.py", line 288, in check_node
    self.assertEqual(universal_local_bit, 0, message)
AssertionError: 525400123456 doesn't look like a real MAC address

======================================================================
FAIL: test_windll_getnode (__main__.TestUUID)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib\test\test_uuid.py", line 351, in test_windll_getnode
    self.check_node(uuid._windll_getnode(), 'windll')
  File "Lib\test\test_uuid.py", line 288, in check_node
    self.assertEqual(universal_local_bit, 0, message)
AssertionError: 525400123456 doesn't look like a real MAC address

----------------------------------------------------------------------
History
Date User Action Args
2008-08-17 16:53:17pitrousetrecipients: + pitrou
2008-08-17 16:53:17pitrousetmessageid: <1218991997.09.0.347137407735.issue3581@psf.upfronthosting.co.za>
2008-08-17 16:53:16pitroulinkissue3581 messages
2008-08-17 16:53:16pitroucreate