fixed bad logic introduced into interface setparams, fixed grpc edit link test

This commit is contained in:
bharnden 2019-06-02 22:20:00 -07:00
parent 3de37f0f5e
commit 7a0edd5927
5 changed files with 4 additions and 7360 deletions

View file

@ -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