Closed Ashwinigrl closed 5 months ago
@Ashwinigrl do you know when this test was passing last time ? If you could git bisect and narrow down the commitID it failed, that would be super helpful.
This is a newly added script @cjandhyala There are no issues with the SDK, and we can run the test case manually as per the test plan. Even though the script matches the test plan, it fails at the 3rd step during execution.
Why is TH getting back "unsupported cluster" here? That cluster is definitely supported on all-cluster-app....
(Separately, TH seems to not be doing detailed data model logging here, so it's hard to tell what it really got.)
@cecille
test defaults to EP0, so try with --endpoint 1 (or wherever that cluster is located on the device)
Tried with --endpoint 1
, Test case is passed. hence closing this Issue.
Feature Area
Other
Test Case
TC-TMP-2.1
Reproduction steps
./chip-all-clusters-app
python3 TC_TMP_2_1.py --commissioning-method on-network --discriminator 3840 --passcode 20202021 --storage-path admin_storage.json --paa-trust-store-path ../../credentials/development/paa-root-certs/
Bug prevalence
Whenever I do
GitHub hash of the SDK that was being used
16d6475ef81f890371ab0d1b1f7e42ea4318d13a
Platform
raspi
Anything else?
I tried to execute the TC-TMP-2.1 Python test, but the test case is failing at Test Step 3 (TH reads the
MinMeasuredValue
attribute from the DUT and saves asmin_measured_value
. Ifmin_measured_value
is not null, setmin_bound
tomin_measured_value
) with below error.Step that require review: Test step 3
Reference log: TC-TMP-2.1(DUT).txt TC-TMP-2.1(CNTRL).txt
Spec References:
Test Plan References:
Python script References: