test/vhost: fix the test suite name
Change-Id: Id87ace1d8f875f294252874c644572b0993ffc94 Signed-off-by: Chen Wang <chenx.wang@intel.com> Reviewed-on: https://review.gerrithub.io/410533 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Liang Yan <liang.z.yan@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
6cd524d87c
commit
885160c08b
@ -174,7 +174,7 @@ main(int argc, char **argv)
|
|||||||
return CU_get_error();
|
return CU_get_error();
|
||||||
}
|
}
|
||||||
|
|
||||||
suite = CU_add_suite("vhost_scsi_suite", test_setup, NULL);
|
suite = CU_add_suite("vhost_blk_suite", test_setup, NULL);
|
||||||
if (suite == NULL) {
|
if (suite == NULL) {
|
||||||
CU_cleanup_registry();
|
CU_cleanup_registry();
|
||||||
return CU_get_error();
|
return CU_get_error();
|
||||||
|
Loading…
Reference in New Issue
Block a user