google / mobly

E2E test framework for tests with complex environment requirements.
https://github.com/google/mobly
Apache License 2.0
621 stars 174 forks source link

Fix unused 'name' argument in AttenuatorPath constructor #877

Closed antofara closed 1 year ago

antofara commented 1 year ago

store the path name for future usage


This change is Reviewable

antofara commented 1 year ago

Gentle ping for reviewing this small change. Some more context about the rationale of it: We want to retrieve at run time the attenuators paths to verify that the topology matches the expected one, and raise an error if that's not the case