-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ClusterBase AssociateWithGroup method #11850
Comments
Reference to code in question:
It looks like both group and non-group cases are handled, so perhaps this can be closed:
Removing tag |
@turon Wrong code quoted. Problem is still present in master. The code assumes that the So this issue is still valid and still need to be fixed
|
This might need to be fixed before #1818 |
Not needed after all. #1818 was done without this changes. |
Problem
Current implementation is tailor made for testing group communication.
Proposed Solution
Refactor the Test part so that we don't need a
DeviceProxy
object in order to handle group methods (invoke commands/ write attributes)The text was updated successfully, but these errors were encountered: