-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Request unicast responses for resolving nodes when using minmdns (#11635
) * Request unicast responses for resolving nodes when using minmdns * Set unicast answer to true in browse nodes as well * Make unit tests use platform mdns: chip tool and all clusters all need to be mdns servers (because tv commisioning) so having a single central point seems more correct than having several mdns servers * Set the chip_mdns value as a string * Escape quotes for platform mdns build * Revert platform mdns usage in tests: avahi does not properly work for testing (tried locally, could not get it to work but minimal can work, need to figure out how) * Add support for using netns namespaces for unit test runs - check to see if that makes linux unit tests happy * Do not restyle test_suites.sh * Some script cleanup * Temporarely run the tests on ipv4 only until I figure out ipv6 multicast support * Cleanup netns as a final step, just in case * Move cleanup again - cleanup is added again post-netns setup * Code review comments, enable ipv6 back * Add note on why we stop restuling testsuites.sh * Use unshare instead of sudo to run unit tests in namespaces * Update remount logic to only apply for unshare environments * Updated messaging logic * Added a sleep for IPv6 and a comment as to why
- Loading branch information
Showing
4 changed files
with
126 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters