Commit cbfdfa8
committed
libyang3: high frequency telemetry test fix
Its not entirely clear what this test was attempting to
validate. Its possible they wanted to ensure the lists
weren't empty, but the yang model itself does not have that
restriction. It would be out of scope for this change to
modify an invalid yang model.
The test was passing a string to a list which is invalid,
so just modified the test to validate both object_names and
object_counters will error out if a string is provided.1 parent 896fdad commit cbfdfa8
File tree
1 file changed
+2
-2
lines changed- src/sonic-yang-models/tests/yang_model_tests/tests_config
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
| 282 | + | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| |||
0 commit comments