napalm-automation / napalm-nxos

Apache License 2.0
9 stars 21 forks source link

Fix #62 #64

Closed mirceaulinic closed 7 years ago

mirceaulinic commented 7 years ago
coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.3%) to 67.219% when pulling ce83858366028dff21e0245114e1cc4d21f51005 on mirceaulinic:FIX-62 into e3e76149b2085de413004828a6bf88f3ea536222 on napalm-automation:develop.

mirceaulinic commented 7 years ago
>>> n.load_merge_candidate(config='ntp peer 172.17.17.1')
>>> n.compare_config()
u'ntp peer 172.17.17.1'
>>> n.load_merge_candidate(config='ntp commit')
>>> n.compare_config()
u'ntp peer 172.17.17.1\nntp commit'
>>> n.commit_config()
>>>