• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

napalm-automation / napalm / 2505 / 4
81%
develop: 81%

Build:
DEFAULT BRANCH: develop
Ran 28 Oct 2019 10:31AM UTC
Files 42
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Oct 2019 10:27AM UTC coverage: 81.311% (-0.02%) from 81.33%
2505.4

push

travis-ci

mirceaulinic
For Vlan interfaces nxos driver, the state is not correctly defined (related to json output). (#1072)

* For Vlan interfaces nxos driver, the state is not correctly defined (related to json output).
There are no admin_state and state fields for them.
Example:
{
"interface": "Vlan120",
"svi_admin_state": "up",
"svi_line_proto": "up",
"svi_mac": "002a.6ad3.0000",
"svi_desc": "",
"svi_ip_addr": "192.168.0.10",
"svi_ip_mask": "24",
"svi_mtu": "1500",
"svi_bw": "1000000",
"svi_delay": "10"
},
{
"interface": "Vlan198",
"svi_admin_state": "down",
"state_rsn_desc": "Administratively down",
"svi_line_proto": "down",
"svi_mac": "002a.6ad3.0000",
"svi_ip_addr": "192.168.0.11",
"svi_ip_mask": "24",
"svi_mtu": "1500",
"svi_bw": "1000000",
"svi_delay": "10"
},

* misprint

* Because this is a virtual interface, then is_up == is_enabled, from my point of view.

* black test

* misprint

* I have extra characters on some devices

* Removed debug output

5843 of 7186 relevant lines covered (81.31%)

0.81 hits per line

Source Files on job 2505.4
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2327
  • Travis Job 2505.4
  • 6709e1ce on github
  • Prev Job for on develop (#2502.3)
  • Next Job for on develop (#2516.3)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc