api_modify, api_info: support more fields in existing paths (#121)

* Support more paths.

* Forgot comma.

* Adjust tests.

* power-cycle-ping-address and power-cycle-ping-timeout can be unset

Co-authored-by: Tomas Herfert <68421396+therfert@users.noreply.github.com>

Co-authored-by: Tomas Herfert <68421396+therfert@users.noreply.github.com>
This commit is contained in:
Felix Fontein 2022-11-10 21:10:24 +01:00 committed by GitHub
parent 558eb501d2
commit 9fc22be186
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 0 deletions

View file

@ -212,6 +212,7 @@ class TestRouterosApiInfoModule(ModuleTestCase):
'!dst-port': None,
'!fragment': None,
'!hotspot': None,
'!hw-offload': None,
'!icmp-options': None,
'!in-bridge-port': None,
'!in-bridge-port-list': None,
@ -295,6 +296,7 @@ class TestRouterosApiInfoModule(ModuleTestCase):
'dst-port': None,
'fragment': None,
'hotspot': None,
'hw-offload': None,
'icmp-options': None,
'in-bridge-port': None,
'in-bridge-port-list': None,