tree: 9ec53a036765867f4413cd772297616f7b67c990 [path history] [tgz]
  1. bind/
  2. node-group/
  3. root/
  4. BUILD.gn
  5. compat.nodegroup.fidl
  6. README.md
  7. test.rs
src/devices/tests/v2/compat-node-group/README.md

Compat Device Group Test

This integration test verifies that the compat shim supports device groups.

It first creates a ‘root’ driver, which adds a node group and two child nodes that bind to its nodes.

After gathering its node, the composite formed from the node group binds to the ‘node-group’ driver. When the driver starts, it sends an ack through the fuchsia.compat.nodegroup.test.Waiter protocol.

The test waits until it receives an ack response from the ‘node-group’ driver.