mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-08 01:24:49 +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
14 lines
253 B
YAML
14 lines
253 B
YAML
---
|
|
manufacturer: Generic
|
|
model: Keystone LC Fiber
|
|
part_number: Keystone-LC-Fiber
|
|
front-ports:
|
|
- name: '{module}-LC'
|
|
type: lc
|
|
rear_port: '{module}-LC'
|
|
rear_port_position: 1
|
|
rear-ports:
|
|
- name: '{module}-LC'
|
|
type: lc
|
|
positions: 1
|