Whamcloud - gitweb
LU-10796 tests: standardize changelog testing in sanity-hsm 13/31613/13
authorQuentin Bouget <quentin.bouget@cea.fr>
Fri, 9 Mar 2018 14:20:03 +0000 (14:20 +0000)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 29 May 2018 04:55:23 +0000 (04:55 +0000)
commitef2e7d4a4f9bab688d9a197469549cd078633838
tree193df4b02bf41a34e4bcfe7f7e2b214e7571bbef
parent520c2959244ee366444dbc0b0d82bc05f4f9f5d6
LU-10796 tests: standardize changelog testing in sanity-hsm

To manage changelog users and changelog records, sanity-hsm used to
define:
 - changelog_setup
 - changelog_cleanup
 - changelog_get_flags

test-framework.sh implements similar functions:
 - changelog_register
 - changelog_deregister
 - changelog_dump
 - changelog2array (new in this patch)

This patch removes the implementations of sanity-hsm in favor of
those in test-framework.

Test-Parameters: trivial testlist=sanity-hsm
Signed-off-by: Quentin Bouget <quentin.bouget@cea.fr>
Change-Id: Ie3db8ef646fa48d06bf41b6025b3443de026cabd
Reviewed-on: https://review.whamcloud.com/31613
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/sanity-hsm.sh
lustre/tests/sanity.sh
lustre/tests/test-framework.sh