-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nvme: do not print subsystem NQN to stdout
The subsystem NQN might be changed from the default value, but that shouldn't cause the tests to fail. So don't register the subsystem NQN in the 'out' files to avoid a false positive. Signed-off-by: Hannes Reinecke <hare@suse.de> [Shin'ichiro: remove only subsystem NQN from nvme disconnect message] Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
- Loading branch information
Showing
24 changed files
with
42 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Running nvme/003 | ||
NQN:nqn.2014-08.org.nvmexpress.discovery disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Running nvme/004 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Running nvme/008 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Running nvme/009 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Running nvme/010 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Running nvme/011 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Running nvme/012 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Running nvme/013 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Running nvme/014 | ||
NVMe Flush: success | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Running nvme/015 | ||
NVMe Flush: success | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Running nvme/018 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Running nvme/019 | ||
NVMe DSM: success | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Running nvme/020 | ||
NVMe DSM: success | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Running nvme/033 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Running nvme/034 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Running nvme/035 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Running nvme/036 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Running nvme/041 | ||
Test unauthenticated connection (should fail) | ||
NQN:blktests-subsystem-1 disconnected 0 controller(s) | ||
disconnected 0 controller(s) | ||
Test authenticated connection | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
Running nvme/042 | ||
Testing hmac 0 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Testing hmac 1 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Testing hmac 2 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Testing hmac 3 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Testing key length 32 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Testing key length 48 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Testing key length 64 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
Running nvme/043 | ||
Testing hash hmac(sha256) | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Testing hash hmac(sha384) | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Testing hash hmac(sha512) | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Testing DH group ffdhe2048 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Testing DH group ffdhe3072 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Testing DH group ffdhe4096 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Testing DH group ffdhe6144 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Testing DH group ffdhe8192 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Running nvme/044 | ||
Test host authentication | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test invalid ctrl authentication (should fail) | ||
NQN:blktests-subsystem-1 disconnected 0 controller(s) | ||
disconnected 0 controller(s) | ||
Test valid ctrl authentication | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test invalid ctrl key (should fail) | ||
NQN:blktests-subsystem-1 disconnected 0 controller(s) | ||
disconnected 0 controller(s) | ||
Test complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Running nvme/048 | ||
NQN:blktests-subsystem-1 disconnected 1 controller(s) | ||
disconnected 1 controller(s) | ||
Test complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters