commit c8763fc024bcdf7bcefa33b0dbef91cc9df98d7d Author: Karsten Loesing karsten.loesing@gmx.net Date: Tue May 5 11:42:12 2020 +0200
Fix reprocessing mode test. --- onionperf/tests/test_reprocessing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/onionperf/tests/test_reprocessing.py b/onionperf/tests/test_reprocessing.py index ef800ab..76d5b4b 100644 --- a/onionperf/tests/test_reprocessing.py +++ b/onionperf/tests/test_reprocessing.py @@ -25,7 +25,7 @@ def test_log_collection_tgen():
def test_log_collection_torctl(): log_list = reprocessing.collect_logs(DATA_DIR, '*torctl.log') - well_known_list = [ DATA_DIR + 'logs/onionperf_2019-01-10_23:59:59.torctl.log', DATA_DIR + 'logs/onionperf.torctl.log' ] + well_known_list = [ DATA_DIR + 'logs/onionperf.torctl.log', DATA_DIR + 'logs/onionperf_2019-01-10_23:59:59.torctl.log' ] assert_equals(log_list, well_known_list )
def test_log_match():
tor-commits@lists.torproject.org