To avoid breaking tests when monitor is set 05/4805/4
authorPer Holmgren <per.q.holmgren@ericsson.com>
Thu, 17 Dec 2015 15:15:50 +0000 (16:15 +0100)
committerJörgen Karlsson <jorgen.w.karlsson@ericsson.com>
Mon, 21 Dec 2015 13:33:30 +0000 (13:33 +0000)
commitedb23ec25362d2c0c43e124c03fe3d4fe7f1e4f0
treed9c739cd65c4354b696f4bcb7f05e6ac9f176df9
parent7ec3f813a5b3ad755e90a0cab2295cb91a5d340b
To avoid breaking tests when monitor is set

Two runners, Arithemic and Sequence, broke running tests
even if SLA "monitor" was set. Changed these two runners
to work in similar fashion as the other two, i.e. that only
None can break. "assert" still asserts, and "monitor"
just logs but then continues.

Change-Id: Ic441761cad8747e5ecfcd0babe719c1aa23981e7
JIRA: -
yardstick/benchmark/runners/arithmetic.py
yardstick/benchmark/runners/sequence.py