https://bugzilla.redhat.com/show_bug.cgi?id=1310796 --- Comment #2 from Zbigniew Jędrzejewski-Szmek <zbyszek@xxxxxxxxx> --- Even when etcd is installed in mock, the tests still fail: ====================================================================== FAIL: test_read (etcd.tests.test_auth.EtcdRoleTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/python-etcd-0.4.3/src/etcd/tests/test_auth.py", line 130, in test_read self.assertEquals(r.acls, {'*': 'RW'}) AssertionError: {u'/*': 'RW'} != {'*': 'RW'} - {u'/*': 'RW'} ? - - + {'*': 'RW'} -------------------- >> begin captured logging << -------------------- urllib3.connectionpool: DEBUG: "GET /v2/auth/users/root HTTP/1.1" 200 33 urllib3.connectionpool: DEBUG: "PUT /v2/auth/users/root HTTP/1.1" 200 33 urllib3.connectionpool: DEBUG: "PUT /v2/auth/users/root HTTP/1.1" 200 27 etcd.client: DEBUG: New etcd client created for http://127.0.0.1:6001 etcd.client: DEBUG: New etcd client created for http://127.0.0.1:6001 urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 urllib3.connectionpool: DEBUG: "GET /v2/auth/enable HTTP/1.1" 200 18 urllib3.connectionpool: DEBUG: "PUT /v2/auth/enable HTTP/1.1" 200 0 urllib3.connectionpool: DEBUG: "GET /v2/auth/roles/guest HTTP/1.1" 200 69 --------------------- >> end captured logging << --------------------- ---------------------------------------------------------------------- Ran 144 tests in 135.013s FAILED (failures=1) -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review