fixed bad logic introduced into interface setparams, fixed grpc edit link test
This commit is contained in:
parent
3de37f0f5e
commit
7a0edd5927
5 changed files with 4 additions and 7360 deletions
|
@ -373,7 +373,7 @@ class TestGrpc:
|
|||
|
||||
# then
|
||||
with client.context_connect():
|
||||
response = client.edit_link(session.id, node.id, switch.id, options)
|
||||
response = client.edit_link(session.id, node.id, switch.id, options, interface_one=interface.id)
|
||||
|
||||
# then
|
||||
assert response.result is True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue