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

Juniper / py-junos-eznc / 476
93%

Build:
DEFAULT BRANCH: master
Ran 10 Dec 2014 07:23AM UTC
Jobs 2
Files 47
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
476

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%)

1.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 476.1 10 Dec 2014 07:23AM UTC 0
99.25
Travis Job 476.1
2 476.2 10 Dec 2014 07:23AM UTC 0
99.25
Travis Job 476.2
Source Files on build 476
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #476
  • Pull Request #320
  • PR Base - master (#475)
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

© 2025 Coveralls, Inc