mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 17:14:31 +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
19 lines
421 B
YAML
19 lines
421 B
YAML
---
|
|
manufacturer: Check Point
|
|
model: CPAC-4-1C-BP-B
|
|
part_number: CPAC-4-1C-BP-B
|
|
comments: 4 Port 10/100/1000 Base-T RJ45 fail-open network I/O module interface card
|
|
interfaces:
|
|
- name: eth{module}-01
|
|
label: '1'
|
|
type: 1000base-t
|
|
- name: eth{module}-02
|
|
label: '2'
|
|
type: 1000base-t
|
|
- name: eth{module}-03
|
|
label: '3'
|
|
type: 1000base-t
|
|
- name: eth{module}-04
|
|
label: '4'
|
|
type: 1000base-t
|