-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create README for Storage-1.1: Storage File System Check (#3686)
* Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md --------- Co-authored-by: Darren Loher <[email protected]>
- Loading branch information
Showing
1 changed file
with
53 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# Storage-1.1: Storage File System Check | ||
|
||
## Summary | ||
|
||
Storage File System Check | ||
|
||
## Testbed type | ||
|
||
* dut.testbed | ||
|
||
## Procedure | ||
|
||
* For each storage file system collect and verify if the following path are not empty and returns valid values. Log the values returned. | ||
|
||
* /components/component/storage/state/counters/soft-read-error-rate: | ||
Check if the response is a counter64 | ||
* /components/component/storage/state/counters/reallocated-sectors: | ||
Check if the response is a counter64 | ||
* /components/component/storage/state/counters/end-to-end-error: | ||
Check if the response is a counter64 | ||
* /components/component/storage/state/counters/offline-uncorrectable-sectors-count: | ||
Check if the response is a counter64 | ||
* /components/component/storage/state/counters/life-left: | ||
Check if the response is an integer | ||
* /components/component/storage/state/counters/percentage-used: | ||
Check if the response is an integer | ||
|
||
## OpenConfig Path and RPC Coverage | ||
|
||
```yaml | ||
|
||
paths: | ||
|
||
/components/component/storage/state/counters/soft-read-error-rate: | ||
platform_type: [ "STORAGE" ] | ||
/components/component/storage/state/counters/reallocated-sectors: | ||
platform_type: [ "STORAGE" ] | ||
/components/component/storage/state/counters/end-to-end-error: | ||
platform_type: [ "STORAGE" ] | ||
/components/component/storage/state/counters/offline-uncorrectable-sectors-count: | ||
platform_type: [ "STORAGE" ] | ||
/components/component/storage/state/counters/life-left: | ||
platform_type: [ "STORAGE" ] | ||
/components/component/storage/state/counters/percentage-used: | ||
platform_type: [ "STORAGE" ] | ||
|
||
|
||
rpcs: | ||
gnmi: | ||
gNMI.Get: | ||
``` | ||
## Required DUT platform | ||
Single DUT |