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

RackHD / on-tasks / 2030 / 2
85%
master: 85%

Build:
DEFAULT BRANCH: master
Ran 11 Apr 2018 12:16PM UTC
Files 414
Run time 18s
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

11 Apr 2018 12:13PM UTC coverage: 84.725%. Remained the same
2030.2

Pull #523

travis-ci

web-flow
Fix ipmi-user-list catalog data

Code that parsed `sudo ipmitool -c user list N` assumed there
would be a header row printed and built the user hash keys from
the first line. However `ipmitool user list` only prints the
headers when invoked without `-c` which puts it into CSV output
mode. When invoked with `-c` there is no header line and the
first user was getting eaten up and treated as the header.

Example ipmitool output:

    monorail@monorail-micro:~$ sudo ipmitool user list 1
    ID  Name             Callin  Link Auth  IPMI Msg   Channel Priv Limit
    2   root             true    true       true       ADMINISTRATOR
    monorail@monorail-micro:~$ sudo ipmitool user -c list 1
    2,root,true,true,true,ADMINISTRATOR

This fix hard-codes the header values as the header that is
printed when invoked without `-c` looks nigh-impossible to
parse. The previous code was also eating the first user because
that line was taken as the header line.
Pull Request #523: Fix ipmi-user-list catalog data

2533 of 3531 branches covered (71.74%)

9374 of 11064 relevant lines covered (84.73%)

19.7 hits per line

Source Files on job 2030.2
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1985
  • Travis Job 2030.2
  • ec535b3b on github
  • Prev Job for on master (#2029.2)
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