Prashanth Pai 772eace020 Fix unit tests failing in some cases
TestZeroCopy used to fail when 'localhost' resolved to an ipv6
address. https://github.com/eventlet/eventlet/issues/8

Also, "test_container_sync_realms.py:TestUtils.test_os_error"
used to fail when unit tests were run as root user. This is
because despite os.chmod(), a root user still has permission
to access the file and hence OSError is not raised.

Change-Id: Ife80b203358557999734515261814ce76c0e00cd
Signed-off-by: Prashanth Pai <ppai@redhat.com>
2014-10-09 22:04:53 +05:30
..
2014-10-09 22:04:53 +05:30
2014-09-18 21:18:50 -07:00