test/framework.py: change logger to return 'e' format. 09/16409/6
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Sun, 9 Dec 2018 23:37:04 +0000 (15:37 -0800)
committerOle Trøan <otroan@employees.org>
Mon, 10 Dec 2018 08:16:23 +0000 (08:16 +0000)
* When the framework logs an unexpected sleep time,
  display the units in the same format. Typically,
  it has been returning a float and an 'e'.
  ex. unexpected time.sleep() result - slept for 0.000107049942017s instead of ~4.88758087158e-05s!

* Defer logger interpolation.

Change-Id: I543ad6d41c7f263d61615341437f80973c0017de
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>

No differences found