-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: split mctp_mctp_endpoint_obj helper into control & common inte…
…rfaces We currently have a test helper: mctpd_mctp_endpoint_obj(dbus, path) which returns the au.com.codeconstruct.MCTP.Endpoint1 interface proxy for an endpoint. However, an upcoming test will need the xyz.openbmc_project.MCTP interface, so split into _common and _control helpers. Signed-off-by: Jeremy Kerr <[email protected]>
- Loading branch information
Showing
2 changed files
with
21 additions
and
4 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