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

RackHD / on-tasks / 2030
85%

Build:
DEFAULT BRANCH: master
Ran 11 Apr 2018 12:15PM UTC
Jobs 3
Files 414
Run time 1min
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
2030

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

59.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2030.1 11 Apr 2018 12:15PM UTC 0
84.73
Travis Job 2030.1
2 2030.2 11 Apr 2018 12:16PM UTC 0
84.73
Travis Job 2030.2
3 2030.3 11 Apr 2018 12:16PM UTC 0
84.73
Travis Job 2030.3
Source Files on build 2030
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2030
  • Pull Request #523
  • PR Base - master (#2029)
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