From ac51a1006f8841f7ce1cc8c5167c1409750d9855 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 17 Oct 2024 13:08:45 -0300 Subject: [PATCH] [Tests][CI/CD][Added] Missing int_bom_simple_sub_pcb.kibot.yaml --- .../int_bom_simple_sub_pcb.kibot.yaml | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 tests/yaml_samples/int_bom_simple_sub_pcb.kibot.yaml diff --git a/tests/yaml_samples/int_bom_simple_sub_pcb.kibot.yaml b/tests/yaml_samples/int_bom_simple_sub_pcb.kibot.yaml new file mode 100644 index 00000000..fda050e4 --- /dev/null +++ b/tests/yaml_samples/int_bom_simple_sub_pcb.kibot.yaml @@ -0,0 +1,54 @@ +kibot: + version: 1 + +variants: + # Corresponds to simple_sub_pcb.kicad_pcb from #697 + - name: 'sub_pcb' + comment: 'Sub PCBs' + type: ibom + sub_pcbs: + - name: board1 + tlx: 50 + tly: 0 + brx: 140 + bry: 200 + - name: board2 + tlx: 140 + tly: 0 + brx: 200 + bry: 200 + +outputs: + - name: 'bom1' + comment: "BoM Test" + type: bom + options: + variant: sub_pcb[board1] + ref_separator: ',' + columns: + - field: Value + name: Comment + - field: References + name: Designator + - Footprint + csv: + hide_pcb_info: true + hide_stats_info: true + quote_all: true + + - name: 'bom2' + comment: "BoM Test" + type: bom + options: + variant: sub_pcb[board2] + ref_separator: ',' + columns: + - field: Value + name: Comment + - field: References + name: Designator + - Footprint + csv: + hide_pcb_info: true + hide_stats_info: true + quote_all: true