[tor-commits] [stem/master] Check for new tor capabilities while testing

atagar at torproject.org atagar at torproject.org
Mon Mar 23 01:28:54 UTC 2015


commit 90465332c74f3acaa101dd2f30c3d5a7c55b9691
Merge: d55b4ab d1e3210
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Mar 22 18:23:51 2015 -0700

    Check for new tor capabilities while testing
    
    Testing improvement from clv. As part of testing we now check to see if tor
    supports capabilities stem doesn't...
    
      https://trac.torproject.org/projects/tor/ticket/8250
    
    If so we present this as part of our test output. For example...
    
      Your version of Tor has capabilities stem presently isn't taking advantage of.
      If you're running the latest version of stem then please file a ticket on:
    
        https://trac.torproject.org/projects/tor/wiki/doc/stem/bugs
    
      New capabilities are:
    
        [Event] CONN_BW
        [Event] CELL_STATS
        [Event] TB_EMPTY
        [Event] CIRC_BW
        [Event] TRANSPORT_LAUNCHED

 run_tests.py                                  |   17 ++++++
 stem/control.py                               |   72 ++++++++++++++-----------
 test/integ/control/controller.py              |   32 +++++++++--
 test/integ/descriptor/extrainfo_descriptor.py |   12 ++---
 test/integ/descriptor/microdescriptor.py      |    7 ++-
 test/integ/descriptor/networkstatus.py        |   33 +++++-------
 test/integ/descriptor/server_descriptor.py    |   13 ++---
 test/util.py                                  |   26 +++++++++
 8 files changed, 135 insertions(+), 77 deletions(-)



More information about the tor-commits mailing list