commit | d9c9e5250774d52d585f485f166f3dbc76325e2a | [log] [tgz] |
---|---|---|
author | Ashlesh Gawande <agawande@memphis.edu> | Thu Oct 15 16:40:12 2015 -0500 |
committer | Vince Lehman <vslehman@memphis.edu> | Wed Nov 04 12:10:39 2015 -0600 |
tree | 0b4b478e2e2b5027aca735c8bac16c76795c4fd1 | |
parent | 0c5eb69d30cb387c56223d29d1cc60fea0a81e72 [diff] [blame] |
experiments: Allow pinging a percentage of nodes refs: #3265 Change-Id: I80a37d4a8cf6ca5a25d03f1f98cdcf9394feb92f
diff --git a/ndn/experiments/failure_experiment.py b/ndn/experiments/failure_experiment.py index 8bca445..d8d7dc9 100644 --- a/ndn/experiments/failure_experiment.py +++ b/ndn/experiments/failure_experiment.py
@@ -36,7 +36,7 @@ self.PING_COLLECTION_TIME_AFTER_RECOVERY = 120 def run(self): - self.startPings() + self.startPctPings() # After the pings are scheduled, collect pings for 1 minute time.sleep(self.PING_COLLECTION_TIME_BEFORE_FAILURE)