From 9d56d5ece9c6bf0160f42cb6f2b730242e1c88cb Mon Sep 17 00:00:00 2001 From: George Milescu Date: Fri, 6 Aug 2010 18:03:34 +0200 Subject: [PATCH] Removed bw_limit from pre-run and post-run scripts Signed-off-by: George Milescu --- ConfigFiles/test-scenario-pre-post.cfg | 4 ++-- ControlScripts/{post-run_bw_limit.sh => post-run.sh} | 0 ControlScripts/{post-run_bw_limit_ct.sh => post-run_ct.sh} | 0 ControlScripts/{pre-run_bw_limit.sh => pre-run.ch} | 0 ControlScripts/{pre-run_bw_limit_ct.sh => pre-run_ct.ch} | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename ControlScripts/{post-run_bw_limit.sh => post-run.sh} (100%) rename ControlScripts/{post-run_bw_limit_ct.sh => post-run_ct.sh} (100%) rename ControlScripts/{pre-run_bw_limit.sh => pre-run.ch} (100%) rename ControlScripts/{pre-run_bw_limit_ct.sh => pre-run_ct.ch} (100%) 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 -- 2.20.1