Actions
Bug #5987
closedpython-tests: fix documentation errors
Start date:
03/30/2023
Due date:
% Done:
0%
Spec Reference:
Description
I submitted a patch enabling commented out python-tests
target, and the build verification failed:
Documentation error (missing docs): <command id='asn-debug (1|0)'> <param name='1' doc='(null)' /> <param name='0' doc='(null)' /> Documentation error (missing docs): <command id='asn-debug (1|0)'> <param name='1' doc='(null)' /> <param name='0' doc='(null)' />
Updated by fixeria 8 months ago
Here is the patch: https://gerrit.osmocom.org/c/osmo-hnbgw/+/32142
Updated by fixeria 8 months ago
Sorry, I copy-pasted the errors from OsmoHNodeB. The actual output is:
Documentation error (missing docs): <command id='show hnb all'> <param name='all' doc='(null)' /> Documentation error (missing docs): <command id='show hnb NAME '> <param name='NAME' doc='(null)' /> Documentation error (missing docs): <command id='show ue all'> <param name='all' doc='(null)' /> Documentation error (missing docs): <command id='show hnb all'> <param name='all' doc='(null)' /> Documentation error (missing docs): <command id='show hnb NAME '> <param name='NAME' doc='(null)' /> Documentation error (missing docs): <command id='show ue all'> <param name='all' doc='(null)' />
Updated by fixeria 7 months ago
- Assignee set to neels
neels submitted a patch https://gerrit.osmocom.org/c/osmo-hnbgw/+/32627 fixing the VTY docstrings.
fixeria wrote in #note-1:
Here is the patch: https://gerrit.osmocom.org/c/osmo-hnbgw/+/32142
I abandoned this patch in favor of his patchset.
Updated by laforge about 2 months ago
- Status changed from New to Resolved
fixeria wrote in #note-3:
neels submitted a patch https://gerrit.osmocom.org/c/osmo-hnbgw/+/32627 fixing the VTY docstrings.
so this issue can be resolved after the patch has long been merged? Doing that now. Please reopen if needed.
Actions