Adding Tests: Device Power (#1463)

* broke component validation out to its own function. Adding logic for validating device power input.

* Added console-port poe true for adapters. Updating devices to add proper power sources.

* Adding switches to allow for tests to properly determine POE status.

* Fixing files with missing power definitions.
This commit is contained in:
Daniel W. Anner
2023-07-17 15:23:56 -04:00
committed by GitHub
parent 0ff817fe3d
commit d0cb58d96e
253 changed files with 637 additions and 115 deletions

View File

@@ -60,6 +60,9 @@
"child"
]
},
"is_powered": {
"type": "boolean"
},
"console-ports": {
"type": "array",
"items": {