Skip to content

Commit

Permalink
test/spdkcli: update match file to cover larger volume NVMe SSD
Browse files Browse the repository at this point in the history
The match file is hardcoded to $(FP)G. If using xxTB volume NVMe
SSD, this test case will fail. So using $(S) to cover larger
volume NVMe SSD.

Change-Id: Id046cadfbc5236cd8f480981fa337d2ee9a68bf4
Signed-off-by: Liang Yan <[email protected]>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/447130
Tested-by: SPDK CI Jenkins <[email protected]>
Reviewed-by: Ben Walker <[email protected]>
Reviewed-by: Changpeng Liu <[email protected]>
  • Loading branch information
liang2yan authored and Changpeng Liu committed Mar 8, 2019
1 parent f7b50f7 commit c1672b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spdkcli/match_files/spdkcli_vhost.test.match
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ o- / ...........................................................................
| | o- null_bdev0 ...................................................................................... [Size=$(FP)M, Not claimed]
| | o- null_bdev1 ...................................................................................... [Size=$(FP)M, Not claimed]
| o- nvme ............................................................................................................. [Bdevs: 1]
| | o- Nvme0n1 $(S) [Size=$(FP)G, Claimed]
| | o- Nvme0n1 $(S) [Size=$(S), Claimed]
| o- pmemblk .......................................................................................................... [Bdevs: 0]
| o- rbd .............................................................................................................. [Bdevs: 0]
| o- split_disk ....................................................................................................... [Bdevs: 4]
Expand Down

0 comments on commit c1672b6

Please sign in to comment.