C Freeman
C Freeman
#### Problem Test wasn't automated #### Change overview automates test #### Testing chip-tool and all-clusters-app. Also covered by CI.
#### Problem Many tests cannot be automated because they make use of PIXIT values that can't be passed in. #### Proposed Solution Add pixit support I'm going to take a...
#### Problem Right now the DeviceCommissioner tracks the current device being PASE'd because it implements the session establishment callback and that doesn't include information on WHICH session was established. ####...
#### Problem infinte loop #### Proposed Solution This is essentially a race problem - in order to properly shut down a connection, the acks should be flushed first, but that...
Automation for test case https://github.com/CHIP-Specifications/chip-test-plans/pull/2364 Needs python rather than yaml so we can have wildcard reads and multiple endpoint returns
This test requires python as it requires the allocation of three controllers on one fabric with CAT tags. This cannot be specified in the yaml.
Per Core spec 11.2.9.4, If there exist any entries for the accessing fabric within the GroupKeyMap attribute that refer to the GroupKeySetID just removed, then these entries SHALL be removed...
#### Problem no callback on failure to discover devices. #### Proposed Solution We will need to trigger that somehow, but the plumbing is a bit weird due to the fact...
#### Problem bt: 116 ../sysdeps/x86_64/multiarch/strcmp-avx2.S: No such file or directory. (gdb) bt #0 __strcmp_avx2 () at ../sysdeps/x86_64/multiarch/strcmp-avx2.S:116 #1 0x00005555556f7c16 in chip::DeviceLayer::PlatformManagerImpl::WiFIIPChangeListener() () at ../../third_party/connectedhomeip/src/platform/Linux/PlatformManagerImpl.cpp:120 #2 0x00005555556f9759 in std::__invoke_impl(std::__invoke_other, void (*&&)())...
### Reproduction steps / Feature newer versions fixed the camel-case option to aspell. The spec repo uses this version. We should update the SDK to do the same. Then we...