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

napalm-automation / napalm / 1280
81%

Build:
DEFAULT BRANCH: develop
Ran 23 Jan 2018 12:34PM UTC
Jobs 4
Files 33
Run time 35s
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

pending completion
1280

push

travis-ci

dbarrosop
Fix get_interfaces_ip for non ipv6 devices (#627)

There's a bug when running against devices which output:
% Invalid input detected at '^' marker.

When running the "show ipv6 interface command"

The current get_interfaces_ip would result in:

{
	"Vlan20": {
		"ipv4": {
			"172.29.50.3": {
				"prefix_length": 27
			}
		}
	},
	"Vlan41": {
		"ipv4": {
			"172.29.52.34": {
				"prefix_length": 27
			},
			"192.168.81.34": {
				"prefix_length": 24
			}
		}
	},
	"^": {
		"ipv6": {}
	},
	"%": {
		"ipv6": {}
	}
}

4916 of 6229 relevant lines covered (78.92%)

3.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1280.1 23 Jan 2018 12:34PM UTC 0
78.78
Travis Job 1280.1
2 1280.2 23 Jan 2018 12:34PM UTC 0
78.86
Travis Job 1280.2
3 1280.3 23 Jan 2018 12:34PM UTC 0
78.87
Travis Job 1280.3
4 1280.4 23 Jan 2018 12:34PM UTC 0
78.87
Travis Job 1280.4
Source Files on build 1280
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1280
  • cb5fbd8d on github
  • Prev Build on develop (#1278)
  • Next Build on develop (#1300)
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