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

arista-eosplus / pyeapi / 45
94%

Build:
DEFAULT BRANCH: develop
Ran 23 Mar 2015 09:18PM UTC
Jobs 1
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

pending completion
45

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

Jobs
ID Job ID Ran Files Coverage
1 45.1 23 Mar 2015 09:18PM UTC 0
76.91
Travis Job 45.1
Source Files on build 45
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #45
  • c9bdf01f on github
  • Prev Build on develop (#42)
  • Next Build on develop (#46)
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