commit | 7e86332d87102f618f8436bafa671ec73a25f87a | [log] [tgz] |
---|---|---|
author | Rahul Maheshwari <rahulmaheshwari@in.ibm.com> | Fri Feb 02 06:03:06 2018 -0600 |
committer | George Keishing <gkeishin@in.ibm.com> | Fri Feb 02 19:22:50 2018 +0000 |
tree | 062bfee02fed5cbd9d2faf208acf92bdd3405d1e | |
parent | 5c96d1ac20a79821d1dba461c700bfddcf43d59e [diff] |
Fix for time test case failure due to millisecond mismatch. Why this change was required: While converting second to millisecond, millisecond value was getting lost because evaluation was done on integer value. What is fixed: Integer value is first converted into float value before evaluation. Resolves openbmc/openbmc-test-automation#1223 Change-Id: I08ea71dd4322d6e016bec30ec25f0a683313923d Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>