Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save blackwithwhite666/3d6d6ecd8678c3db05b5c487f1b9315c to your computer and use it in GitHub Desktop.

Select an option

Save blackwithwhite666/3d6d6ecd8678c3db05b5c487f1b9315c to your computer and use it in GitHub Desktop.

Revisions

  1. blackwithwhite666 created this gist May 8, 2017.
    37 changes: 37 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,37 @@
    ======================================================================
    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