Created
May 8, 2017 19:04
-
-
Save blackwithwhite666/3d6d6ecd8678c3db05b5c487f1b9315c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ====================================================================== | |
| ERROR: test_ipdb.TestImplicit.test_snapshots | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/blackwithwhite/Work/pyroute2/venv/lib/python2.7/site-packages/nose/case.py", line 197, in runTest | |
| self.test(*self.arg) | |
| File "/home/blackwithwhite/Work/pyroute2/tests/general/test_ipdb.py", line 1456, in test_snapshots | |
| y.revert(s).commit() | |
| File "/home/blackwithwhite/Work/pyroute2/tests/pyroute2/ipdb/interfaces.py", line 965, in commit | |
| raise error | |
| RuntimeError | |
| ====================================================================== | |
| ERROR: test_netns.TestNetNS.test_rename_plus_ipv6 | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/blackwithwhite/Work/pyroute2/venv/lib/python2.7/site-packages/nose/case.py", line 197, in runTest | |
| self.test(*self.arg) | |
| File "/home/blackwithwhite/Work/pyroute2/tests/general/test_netns.py", line 339, in test_rename_plus_ipv6 | |
| veth.ifname = if3 | |
| File "/home/blackwithwhite/Work/pyroute2/tests/pyroute2/ipdb/transactional.py", line 194, in __exit__ | |
| self.commit() | |
| File "/home/blackwithwhite/Work/pyroute2/tests/pyroute2/ipdb/interfaces.py", line 965, in commit | |
| raise error | |
| RuntimeError | |
| ====================================================================== | |
| FAIL: test_tc.TestIngress.test_bpf_filter | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/blackwithwhite/Work/pyroute2/venv/lib/python2.7/site-packages/nose/case.py", line 197, in runTest | |
| self.test(*self.arg) | |
| File "/home/blackwithwhite/Work/pyroute2/tests/utils.py", line 19, in test_wrapper | |
| return f(self, *argv, **kwarg) | |
| File "/home/blackwithwhite/Work/pyroute2/tests/general/test_tc.py", line 131, in test_bpf_filter | |
| assert bpf_fd == fd2 | |
| AssertionError |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment