Turns out it was wrong of me to change the default behavior of list-modems. This change broke the autopkg tests for python-dbusmock.
So... I've re-submitted a new pull request which reverses the semantics of -p. Specifying -p ( or --private ) will *obfuscate* the private fields now, not render them in cleartext. This reverts the scripts default behavior to displaying all the properties cleartext. If/when an end-user is asked for list-modems output for inclusion in a bug, we now will need to make sure to ask them to use the -p flag.
Re-opened and marked as InProgress.
Turns out it was wrong of me to change the default behavior of list-modems. This change broke the autopkg tests for python-dbusmock.
So... I've re-submitted a new pull request which reverses the semantics of -p. Specifying -p ( or --private ) will *obfuscate* the private fields now, not render them in cleartext. This reverts the scripts default behavior to displaying all the properties cleartext. If/when an end-user is asked for list-modems output for inclusion in a bug, we now will need to make sure to ask them to use the -p flag.