Example #1
0
 def test_hostname(self):
     ret = napalm_grains.hostname(proxy=napalm_proxy)
     assert ret["hostname"] == "test-device.com"
Example #2
0
 def test_hostname(self):
     ret = napalm_grains.hostname(proxy=napalm_proxy)
     assert ret['hostname'] == 'test-device.com'