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

PulpQE / pulp-smash / 2897 / 4
63%
master: 63%

Build:
DEFAULT BRANCH: master
Ran 26 Oct 2018 01:22PM UTC
Files 14
Run time 0s
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

26 Oct 2018 01:20PM UTC coverage: 64.804% (-1.6%) from 66.378%
2897.4

push

travis-ci

kersommoura
Add ServiceManager.is_active to check if a worker is active.

Demanded by pulp/pulp#3720 to check weather a pulp worker is
running on systemd.

example:

```
if not ServiceManager(...).is_active(['pulp_worker@*']):
    raise unittest.SkipTest('Requires pulp workers running on systemd')
```

It is using the return code by `service status` or `systemctl is-active`
if != 0 then the methods returns False.

696 of 1074 relevant lines covered (64.8%)

0.65 hits per line

Source Files on job 2897.4
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2703
  • Travis Job 2897.4
  • 356d86d7 on github
  • Prev Job for on master (#2895.1)
  • Next Job for on master (#2903.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