project-chip / certification-tool

A test harness and tooling designed to simplify development, testing, and certification for devices, guided by the Connectivity Standards Alliance.
https://csa-iot.org/
Apache License 2.0
42 stars 24 forks source link

[Bug] PICS tool bug - PICS tool does not complain about blank base.xml #449

Open cecille opened 1 month ago

cecille commented 1 month ago

Describe the bug

If you either omit or put a blank base.xml, nothing will stop you. That seems dangerous

Steps to reproduce the behavior

No response

Expected behavior

No response

Log files

No response

PICS file

No response

Screenshots

No response

Environment

No response

Additional Information

No response

sander-gitl commented 1 month ago

This would apply to all PICS that you load and for which no selection is made imho: all of them are optional, and as you load them you would assume you select at least 1 item. Might suffice to produce a generic warning/error if you do try to do this with any PICS.

sander-gitl commented 3 weeks ago

Fixed in latest 2.1.19 release.