From c4e1d35c13fc577a4573304289063bb4f0663301 Mon Sep 17 00:00:00 2001 From: WANGHAILIANG Date: Tue, 18 Aug 2020 13:37:37 +0800 Subject: [PATCH] test/opal: fix a typo for P4510 devices ID Change-Id: Ic30fe63a60d2a151a47444fa84e1c99d9b69a454 Signed-off-by: WANGHAILIANG Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3829 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins Reviewed-by: Changpeng Liu Reviewed-by: Tomasz Zawadzki Reviewed-by: Shuhei Matsumoto Reviewed-by: Ben Walker --- test/nvme/nvme_opal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/nvme/nvme_opal.sh b/test/nvme/nvme_opal.sh index 1aee2be5a3..aeb8902829 100755 --- a/test/nvme/nvme_opal.sh +++ b/test/nvme/nvme_opal.sh @@ -9,7 +9,7 @@ source "$rootdir/scripts/common.sh" source "$rootdir/test/common/autotest_common.sh" # The OPAL CI tests is only used for P4510 devices. -mapfile -t bdfs < <(get_nvme_bdfs_by_id 0x0a59) +mapfile -t bdfs < <(get_nvme_bdfs_by_id 0x0a54) if [[ -z ${bdfs[0]} ]]; then echo "No P4510 device found, exit the tests" exit 1