uwe ottrembka | 504ca3e | 2020-11-23 12:02:20 +0100 | [diff] [blame] | 1 | --- |
| 2 | |
| 3 | # Copyright 2020-present Open Networking Foundation |
| 4 | # |
| 5 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | # you may not use this file except in compliance with the License. |
| 7 | # You may obtain a copy of the License at |
| 8 | # |
| 9 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | # |
| 11 | # Unless required by applicable law or agreed to in writing, software |
| 12 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | # See the License for the specific language governing permissions and |
| 15 | # limitations under the License. |
| 16 | |
Hardik Windlass | 9822b2e | 2022-02-09 11:22:31 +0000 | [diff] [blame] | 17 | # connection parameter needed for device manager interface tests |
| 18 | GIVEN_DM_IP: 127.0.0.1 |
| 19 | GIVEN_DM_PORT: 50051 |
| 20 | GIVEN_OLT_IP: 10.34.90.52 |
| 21 | GIVEN_OLT_NAME: adtran-olt-berlin-onf |
| 22 | |
uwe ottrembka | 504ca3e | 2020-11-23 12:02:20 +0100 | [diff] [blame] | 23 | # Contains all dm components of ADTRAN Device Manager to be checked |
| 24 | dm_components: |
| 25 | - |
| 26 | name: cpu 0/1 |
| 27 | elements: |
| 28 | - |
| 29 | element: description |
| 30 | value: CPU |
| 31 | - |
| 32 | element: data_type |
| 33 | value: METRIC_CPU_USAGE_PERCENTAGE |
| 34 | - |
| 35 | name: storage-resource 0/1 |
| 36 | elements: |
| 37 | - |
| 38 | element: description |
| 39 | value: storage |
| 40 | - |
| 41 | element: data_type |
| 42 | value: METRIC_DISK_USAGE_PERCENTAGE |
| 43 | - |
| 44 | name: temperature 0/1 |
| 45 | elements: |
| 46 | - |
| 47 | element: description |
| 48 | value: temperature sensor |
| 49 | - |
| 50 | element: data_type |
| 51 | value: METRIC_INNER_SURROUNDING_TEMP |
| 52 | - |
| 53 | name: pluggable-fan 0/1/1 |
| 54 | elements: |
| 55 | - |
| 56 | element: description |
| 57 | value: fan |
| 58 | - |
| 59 | element: data_type |
| 60 | value: METRIC_FAN_SPEED |
| 61 | - |
| 62 | name: power-supply 0/1 |
| 63 | elements: |
| 64 | - |
| 65 | element: description |
| 66 | value: power supply |
| 67 | - |
| 68 | element: data_type |
| 69 | value: METRIC_POWER_USAGE_PERCENTAGE |
| 70 | - |
| 71 | name: main 0 |
| 72 | elements: |
| 73 | - |
| 74 | element: description |
| 75 | value: mainboard |