mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 09:04:35 +01:00
c95b166139
* breaking out tests for easier usage * refactoring codebase * Added verification for properly formatted slug and fixed definitions that were incorrect * Adding new test case to ensure the file name matches either the slug or the part_number * fixed file names to match proper formatting
18 lines
300 B
YAML
18 lines
300 B
YAML
---
|
|
manufacturer: Cisco
|
|
model: 7206VXR
|
|
part_number: CISCO7206VXR
|
|
slug: cisco-7206vxr
|
|
u_height: 3
|
|
is_full_depth: false
|
|
console-ports:
|
|
- name: con 0
|
|
type: rj-45
|
|
power-ports:
|
|
- name: PS-1
|
|
type: iec-60320-c14
|
|
maximum_draw: 370
|
|
- name: PS-2
|
|
type: iec-60320-c14
|
|
maximum_draw: 370
|