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

arista-eosplus / pyeapi / 45 / 1
94%
develop: 94%

Build:
DEFAULT BRANCH: develop
Ran 23 Mar 2015 09:18PM UTC
Files 11
Run time 2min
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

23 Mar 2015 09:04PM UTC coverage: 76.907% (+0.4%) from 76.489%
45.1

push

travis-ci

privateip
addes support for tags attribute to eapi.conf

This commit adds support for tagging connection profiles in eapi.conf.  Once
tagged, the list of nodes corresponding to a particular tag can be retrieved
from the config.  See example:

```
$ vi ~/.eapi.conf
[connection:test1]
transport: http
tags: tag1, tag2

[connection:test2]
transport: http
tags: tag1

$ python
>>> import pyeapi
>>> pyeapi.client.hosts_for_tag('tag1')
['test1', 'test2']
>>> pyeapi.client.hosts_for_tag('tag2')
['test1']
>>> pyeapi.client.hosts_for_tag('tag3')
None

736 of 957 relevant lines covered (76.91%)

0.77 hits per line

Source Files on job 45.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 45
  • Travis Job 45.1
  • c9bdf01f on github
  • Prev Job for on develop (#42.1)
  • Next Job for on develop (#46.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