Skip to content

Commit

Permalink
Create README for Storage-1.1: Storage File System Check (#3686)
Browse files Browse the repository at this point in the history
* 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
AmrNJ and dplore authored Jan 10, 2025
1 parent ba3bed8 commit 407cbaf
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions feature/platform/storage/README.md
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

0 comments on commit 407cbaf

Please sign in to comment.