TorstenThieme | ff9c914 | 2021-04-08 07:21:34 +0000 | [diff] [blame] | 1 | --- |
| 2 | |
| 3 | # Copyright 2021-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 | |
| 17 | # Automated deployment configuration for kind-voltha running BBSim |
| 18 | |
| 19 | # Pm user validation and precondition data for validation of received |
| 20 | # pm-data elements from open-onu-go-adapter. |
| 21 | # This file contains special validation data, which differs from default |
| 22 | # validation data. |
| 23 | # Following operators are valid: in, range, ==, !=, <, <=, >, >= |
| 24 | # In case of operator is 'in' or 'range' second value has to be a list (array) |
| 25 | |
| 26 | pm_user_validation_data: |
| 27 | UNI_Status: |
| 28 | me_class_id: |
| 29 | firstoperator: in |
| 30 | firstvalue: |
| 31 | - 11 |
| 32 | - 264 |
| 33 | - 329 |
| 34 | successoroperator: == |
| 35 | successorvalue: previous |
| 36 | oper_status: |
| 37 | firstoperator: range |
| 38 | firstvalue: |
| 39 | - 0 |
| 40 | - 1 |
| 41 | successoroperator: range |
| 42 | successorvalue: |
| 43 | - 0 |
| 44 | - 1 |
| 45 | uni_admin_state: |
| 46 | firstoperator: range |
| 47 | firstvalue: |
| 48 | - 0 |
| 49 | - 1 |
| 50 | successoroperator: range |
| 51 | successorvalue: |
| 52 | - 0 |
| 53 | - 1 |
TorstenThieme | ab94285 | 2021-06-29 09:30:32 +0000 | [diff] [blame] | 54 | configuration_ind: |
TorstenThieme | ff9c914 | 2021-04-08 07:21:34 +0000 | [diff] [blame] | 55 | firstoperator: range |
| 56 | firstvalue: |
| 57 | - 0 |
| 58 | - 255 |
| 59 | successoroperator: == |
| 60 | successorvalue: previous |
| 61 | pm_user_precondition_data: |
| 62 | UNI_Status: |
TorstenThieme | ab94285 | 2021-06-29 09:30:32 +0000 | [diff] [blame] | 63 | configuration_ind: |
TorstenThieme | ff9c914 | 2021-04-08 07:21:34 +0000 | [diff] [blame] | 64 | operator: == |
| 65 | value: 11 |
| 66 | precondelement: me_class_id |
| 67 | oper_status: |
| 68 | operator: in |
| 69 | value: |
| 70 | - 11 |
| 71 | - 329 |
| 72 | precondelement: me_class_id |