Commit 445bf303 authored by Yankun Li's avatar Yankun Li Committed by Konrad Sztyber
Browse files

test/unit: set name for accel module



An accel module may support multiple compression algorithms,
so be sure to set the module name to distinguish the different modules

Change-Id: I7a3c5c79298d2e884020262adc4e6611fc61b8c2
Signed-off-by: default avatarYankun Li <845245370@qq.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24667


Reviewed-by: default avatarJim Harris <jim.harris@samsung.com>
Reviewed-by: default avatarGangCao <gang.cao@intel.com>
Community-CI: Mellanox Build Bot
Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
parent 153e3344
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4122,6 +4122,8 @@ test_sequence_setup(void)
		return -1;
	}

	g_module_if.name = "software";

	return 0;
}