Merge ~pieq/checkbox-ng:checkbox-remote-nomenclature into checkbox-ng:master
Status: | Needs review |
---|---|
Proposed branch: | ~pieq/checkbox-ng:checkbox-remote-nomenclature |
Merge into: | checkbox-ng:master |
Diff against target: |
297 lines (+67/-71) 6 files modified
checkbox_ng/urwid_ui.py (+4/-4) docs/configs.rst (+7/-7) docs/index.rst (+1/-1) docs/launcher-tutorial.rst (+3/-3) docs/remote.rst (+38/-42) docs/service-daemon.rst (+14/-14) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jonathan Cave (community) | Needs Fixing | ||
Review via email: mp+427277@code.launchpad.net |
Description of the change
Replaced master/slave with remote/service nomenclature. Sometimes, "device" is used instead of "service" when it makes more sense.
Tests run:
For the docs: built the documentation locally using `./setup.py build_sphinx -b html` and verified that the changes were taken into account.
For checkbox-ng: launched the modified `checkbox-cli remote`, pressed Ctrl+C and verified that there was no more mention of mater/slave.
Note: in the device-daemon.rst file, there are still a few commands that mention slave, but they are related to Checkbox-snappy which is deprecated and is planned to be removed at any point, so I decided to leave the commands like this for now and once the removal of checkbox-snappy happens[1], these commands will be adjusted.
Some suggestions included inline.
There may be some more uses of "Device" that I missed where I would consider using DUT or service as appropriate.
These really are opinion though and understand others probably have differing opinions