Whamcloud - gitweb
LU-15235 tests: skip sanity/56od in interop 80/51580/1
authorAndreas Dilger <adilger@whamcloud.com>
Wed, 5 Jul 2023 20:07:52 +0000 (14:07 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Wed, 5 Jul 2023 20:11:50 +0000 (14:11 -0600)
commit8add332bda0c58d9908478b9263e8aea46edc135
tree555f59f87b0c16d77e1aaaac6deb92c16590c51c
parent6884b8af231c2c39f60eae44ebbd32e82ca5ca91
LU-15235 tests: skip sanity/56od in interop

Sanity test_56oc and test_56od were using the btime_supported()
function to check it "lfs find" supported file birth time, but
this did not properly check whether the MDS supported this option.

Remove the btime_supported() check and just use the version, since
this has been around a few releases already.

Fixes: 186b97e68abb ("LU-11971 utils: Send file creation time to clients")
Test-Parameters: trivial testlist=sanity serverversion=2.12.9 env=ONLY=56
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I0c85103c843d3b993e3e112bf5d0da976d3ebbe5
lustre/tests/sanity.sh