open-cas-linux/test/functional
Rafal Stefanowski 88efaa1940 Fix timedelta precision by importing attotimedelta
total_seconds() method from Python's datetime class outputs a Float
precision number which for some numbers multiplied by 10^n gives wrong
values.
total_seconds() method from attotime class wraps a native timedelta
object and outputs a Decimal precision number which fixes this issue.

Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
2020-01-21 16:43:54 +01:00
..
api Fix timedelta precision by importing attotimedelta 2020-01-21 16:43:54 +01:00
config Extend example dut config wih 'allow_disk_autoselect' option. 2019-11-20 22:09:40 -05:00
lib/external_plugins tests: Update TF - plugins 2020-01-07 08:59:00 +01:00
test-framework@2f911d1117 Add incremental load udev tests 2020-01-17 09:37:10 +01:00
tests Merge pull request #270 from katlapinka/incremental-load-udev-tests 2020-01-20 10:47:31 +01:00
.gitignore Create init config class representation 2020-01-14 09:35:30 +01:00
GUIDELINES.md tests: add basic sequential cut off tests 2019-11-21 12:24:37 +01:00
pytest.ini Enable logging mechanism and example of logger usage in one test 2019-10-28 13:19:00 +01:00