blob: 46d5bb466694ca78d6e053601b62132db0591772 [file] [log] [blame]
uwe ottrembka504ca3e2020-11-23 12:02:20 +01001---
2
Joey Armstrong9fadcbe2024-01-17 19:00:37 -05003# Copyright 2020-2024 Open Networking Foundation (ONF) and the ONF Contributors
uwe ottrembka504ca3e2020-11-23 12:02:20 +01004#
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 Windlass9822b2e2022-02-09 11:22:31 +000017# connection parameter needed for device manager interface tests
18GIVEN_DM_IP: 127.0.0.1
19GIVEN_DM_PORT: 50051
20GIVEN_OLT_IP: 10.34.90.52
21GIVEN_OLT_NAME: adtran-olt-berlin-onf
22
uwe ottrembka504ca3e2020-11-23 12:02:20 +010023# Contains all dm components of ADTRAN Device Manager to be checked
24dm_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