From: George Milescu Date: Fri, 6 Aug 2010 16:03:34 +0000 (+0200) Subject: Removed bw_limit from pre-run and post-run scripts X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=9d56d5ece9c6bf0160f42cb6f2b730242e1c88cb;p=p2p-testing-infrastructure.git Removed bw_limit from pre-run and post-run scripts Signed-off-by: George Milescu --- diff --git a/ConfigFiles/test-scenario-pre-post.cfg b/ConfigFiles/test-scenario-pre-post.cfg index df18155..876344f 100644 --- a/ConfigFiles/test-scenario-pre-post.cfg +++ b/ConfigFiles/test-scenario-pre-post.cfg @@ -6,5 +6,5 @@ # * all peers have the same bandwidth # # Hostname SSHport User RemoteFolder NetInterface Download(Mbps) DownloadBurst(K) Upload(Mbps) UploadBurst(K) PreRunScript PostRunScript ClientType TorrentFile Periods -p2p-next-01.grid.pub.ro 10122 p2p /home/p2p/george eth0 8 100 8 100 pre-run_bw_limit_ct.sh post-run_bw_limit_ct.sh hrktorrent_seeder Data.100M.ct.torrent (10,60) (60,100) (120,200) (200,230) (250,600) -p2p-next-01.grid.pub.ro 10322 p2p /home/p2p/george eth0 8 100 8 100 pre-run_bw_limit_ct.sh post-run_bw_limit_ct.sh hrktorrent_leecher Data.100M.ct.torrent (10,30) (40,70) (80,110) (130,160) (180,250) (300,600) +p2p-next-01.grid.pub.ro 10122 p2p /home/p2p/george eth0 8 100 8 100 pre-run_ct.sh post-run_ct.sh hrktorrent_seeder Data.100M.ct.torrent (10,60) (60,100) (120,200) (200,230) (250,600) +p2p-next-01.grid.pub.ro 10322 p2p /home/p2p/george eth0 8 100 8 100 pre-run_ct.sh post-run_ct.sh hrktorrent_leecher Data.100M.ct.torrent (10,30) (40,70) (80,110) (130,160) (180,250) (300,600) diff --git a/ControlScripts/post-run_bw_limit.sh b/ControlScripts/post-run.sh similarity index 100% rename from ControlScripts/post-run_bw_limit.sh rename to ControlScripts/post-run.sh diff --git a/ControlScripts/post-run_bw_limit_ct.sh b/ControlScripts/post-run_ct.sh similarity index 100% rename from ControlScripts/post-run_bw_limit_ct.sh rename to ControlScripts/post-run_ct.sh diff --git a/ControlScripts/pre-run_bw_limit.sh b/ControlScripts/pre-run.ch similarity index 100% rename from ControlScripts/pre-run_bw_limit.sh rename to ControlScripts/pre-run.ch diff --git a/ControlScripts/pre-run_bw_limit_ct.sh b/ControlScripts/pre-run_ct.ch similarity index 100% rename from ControlScripts/pre-run_bw_limit_ct.sh rename to ControlScripts/pre-run_ct.ch