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

Juniper / py-junos-eznc / 476 / 2
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 10 Dec 2014 07:23AM UTC
Files 47
Run time 22s
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

10 Dec 2014 07:19AM UTC coverage: 99.25%. Remained the same
476.2

Pull #320

travis-ci

krisamundson
Add description field to op.ethport.EthPortView

op.phyport.PhyPortView has a description field which allows one
to get() the interface descriptions. Since phyport does not
support aggregated ethernet interfaces(ae), this commit adds
description support so one can get these from ae interfaces.

Example:

from jnpr.junos.op.ethport import *
from jnpr.junos import Device
dev = Device(host='ex4550.example.com')
dev.open()
ports = EthPortTable(dev).get()
for port in ports:
    print port.description
Pull Request #320: Add description field to op.ethport.EthPortView

1852 of 1866 relevant lines covered (99.25%)

0.99 hits per line

Source Files on job 476.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 476
  • Travis Job 476.2
  • f2e00ddc on github
  • Prev Job for on master (#475.1)
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