Skip to content

Commit

Permalink
Bring common tests back.
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Feb 21, 2013
1 parent 00994fc commit 103873d
Show file tree
Hide file tree
Showing 5 changed files with 275 additions and 68 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ webui/*.log
/documentation/sup_tree_20101220.png
/documentation/sup_tree_20110106.pdf
/documentation/sup_tree_20110106.png
/test/etorrent_SUITE_data/test_file_30M.random
/test/etorrent_SUITE_data/test_file_30M.random.torrent
/logs/
.eunit/
/etorrent_dialyzer.plt
# Common tests
/test/etorrent_SUITE_data/test_file_30M.random
/test/etorrent_SUITE_data/test_file_30M.random.torrent
test/etorrent_SUITE_data/test_dir_2x30M
test/etorrent_SUITE_data/test_dir_2x30M.torrent
/logs/*
test/etorrent_SUITE_data/log/
27 changes: 11 additions & 16 deletions etorrent_test.cfg
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
{etorrent_common_config, [{dirwatch_interval, 20 },
{use_upnp, false},
{dht, false },
{dht_port, 6882 },
{max_peers, 200},
{max_download_rate, 2000},
{max_upload_rate, 2000},
{max_upload_slots, auto},
{fs_watermark_high, 128},
{fs_watermark_low, 100},
{min_uploads, 2},
{preallocation_strategy, sparse },
{webui, false },
{webui_logger_dir, "log/webui"},
{webui_bind_address, {127,0,0,1}},
{webui_port, 8080},
{profiling, false}]}.
{use_upnp, false},
{dht, true },
{max_peers, 200},
{max_download_rate, 2000},
{max_upload_rate, 2000},
{max_upload_slots, auto},
{fs_watermark_high, 128},
{fs_watermark_low, 100},
{min_uploads, 2},
{preallocation_strategy, sparse },
{profiling, false}]}.
2 changes: 1 addition & 1 deletion test/etorrent.cover
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{incl_app, etorrent, details}.
{incl_app, etorrent_core, details}.
Loading

0 comments on commit 103873d

Please sign in to comment.