Whamcloud - gitweb
LU-13053 tests: fix conf-sanity call to umount_ldiskfs 49/36949/3
authorJames Nunez <jnunez@whamcloud.com>
Fri, 6 Dec 2019 16:38:13 +0000 (09:38 -0700)
committerOleg Drokin <green@whamcloud.com>
Thu, 23 Jan 2020 05:31:45 +0000 (05:31 +0000)
commit4cccb265c5c2148cc4d1089fa1bdaa8db606d57e
tree1b228bff239515eadf9b62558b093f6989ff23f8
parent624364420970f5df04aad5354566bce2b362e4b1
LU-13053 tests: fix conf-sanity call to  umount_ldiskfs

conf-sanity test 87 calls umount_ldiskfs(), but the function
in test-framework.sh is unmount_ldiskfs().  We need to
change the function call in test 87 to unmount_ldiskfs().

Test-Parameters: trivial testlist=conf-sanity
Signed-off-by: James Nunez <jnunez@whamcloud.com>
Change-Id: I3e0818a229341c4fab8aee923cad2253b7dd634d
Reviewed-on: https://review.whamcloud.com/36949
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Emoly Liu <emoly@whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.super@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/conf-sanity.sh