diff options
author | Vratko Polak <vrpolak@cisco.com> | 2018-08-31 13:18:52 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2018-09-10 12:39:36 +0200 |
commit | 5f1749877b1fbd57c616933625aede0fb1243db7 (patch) | |
tree | ffc7509183b68f509ff69479dfda2eeb1382ff0d /tests/__init__.robot | |
parent | 8853921639f749a0e49e37759df2b973947977e3 (diff) |
CSIT-1179: Switch MRR to multiple trials
But keep the detection in PAL using only average, not size nor stdev.
Change-Id: I07092bdeb892c871550265757fd2846a36fbb352
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'tests/__init__.robot')
-rw-r--r-- | tests/__init__.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/__init__.robot b/tests/__init__.robot index 106270f478..61301b4ec2 100644 --- a/tests/__init__.robot +++ b/tests/__init__.robot @@ -27,5 +27,5 @@ | | ... | perf_trial_multiplicity - Number of trials to execute in MRR test. | | ... | perf_trial_duration - Duration of one trial in MRR test. | | ... -| | Ensure Global Variable | perf_trial_multiplicity | 1 -| | Ensure Global Variable | perf_trial_duration | 10 +| | Ensure Global Variable | perf_trial_multiplicity | 10 +| | Ensure Global Variable | perf_trial_duration | 1 |