project-chip / matter-test-scripts

Test scripts related to Matter Certification
https://csa-iot.org/
Apache License 2.0
9 stars 4 forks source link

TC_EEVSEM-2.1 - when a DUT has PIXIT EEVSEM.S.M.CAN_MANUALLY_CONTROLLED set to False step 9 is still requested #196

Open jamesharrow opened 9 months ago

jamesharrow commented 9 months ago

Summary Title:

[Matter 1.3 SVE] TC-EEVSEM-2.1 - when a DUT has PIXIT EEVSEM.S.M.CAN_MANUALLY_CONTROLLED set to False step 9 is still requested, when it should have been skipped automatically.

Description:

The test verification steps says that the test is `UI-Semi-automated`, in step 9 the dependency column PICS says `EEVSEM.S.M.CAN_MANUALLY_CONTROLLED`. If this is set to False in the PICS then this step should be skipped.

image

Steps to reproduce:

1. Create a PICS which has `EEVSEM.S.M.CAN_MANUALLY_CONTROLLED` set to False
2. Run the test case under the test harness
3. It will get to step 9 and prompt the user to do a manual change (which cannot be performed).
4. Select "Not Applicable" (and the test passes ok).

Logs:

Please provide Test Harness and the DUT logs. Test Harness logs can also be found at "backend/logs" folder. Note and mention the time at which the issue occurred.
[The logs won't really help - but we will try to upload them when we have them]

Additional Info:

This is using the PICS tool from SVE 1.3 downloaded from Causeway.

raju-apple commented 8 months ago

@raul-marquez-csa @gvargas-csa any update ?