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

PulpQE / pulp-smash
61%
master: 63%

Build:
Build:
LAST BUILD BRANCH: 5873
DEFAULT BRANCH: master
Repo Added 16 Oct 2015 09:12PM UTC
Files 32
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

LAST BUILD ON BRANCH config
branch: config
CHANGE BRANCH
x
Reset
  • config
  • 1!0.0.1
  • 1!0.0.2
  • 1!0.0.3
  • 1!0.0.4
  • 1!0.0.5
  • 1!0.0.6
  • 1!0.0.7
  • 1!0.0.8
  • 1!0.0.9
  • 1!0.1.0
  • 1!0.1.1
  • 1!0.2.0
  • 1!0.3.0
  • 1!0.4.0
  • 1!0.5.0
  • 1!0.6.0
  • 1!0.7.0
  • 2016.02.18
  • 2016.02.25
  • 2016.03.03
  • 2016.03.17
  • 2016.03.24
  • 2016.03.31
  • 2016.04.07
  • 2016.04.14
  • 2016.04.21
  • 2016.04.28
  • 2016.05.05
  • 2016.05.12
  • 2016.05.19
  • 2016.05.26
  • 2016.06.02
  • 2016.06.09
  • 2016.06.23
  • 2016.06.30
  • 2016.07.14
  • 2016.07.28
  • 2016.08.11
  • 2016.08.18
  • 2016.08.25
  • 2016.09.01
  • 2016.09.08
  • 2016.09.15
  • 2016.09.22
  • 2016.10.06
  • 2016.10.13
  • 2016.10.20
  • 2016.10.27
  • 2016.11.03
  • 2016.11.10
  • 2016.11.17
  • 2016.12.01
  • 2016.12.08
  • 2016.12.15
  • 2016.12.22
  • 2017.01.05
  • 2017.01.12
  • 2017.01.19
  • 2017.01.26
  • 2017.02.02
  • 2017.02.09
  • 2017.02.17
  • 2017.02.23
  • 2017.03.02
  • 2017.03.10
  • 2017.03.17
  • 2017.03.24
  • 2017.03.31
  • 2017.04.07
  • 2017.04.21
  • 2017.05.05
  • 2017.05.12
  • 2017.05.19
  • 2017.05.25
  • 2017.06.02
  • 2017.06.08
  • 2017.06.15
  • 2017.06.23
  • 2017.06.30
  • 2017.07.07
  • 2017.07.13
  • 2017.07.27
  • 2017.08.03
  • 2017.08.10
  • 2017.08.17
  • 2017.08.24
  • 2017.08.31
  • 2017.09.07
  • 2017.09.28
  • 2017.10.05
  • 2017.10.12
  • 2017.10.19
  • 2017.10.26
  • 2017.11.02
  • 2017.11.09
  • 2017.11.16
  • 2017.11.30
  • 2017.12.14
  • 2018.01.04
  • 2018.01.11
  • 2018.01.18
  • 2018.01.25
  • 2018.02.01
  • 2018.02.08
  • 2018.02.15
  • 2018.02.22
  • 2018.03.01
  • 2018.03.08
  • 2018.03.15
  • 2018.03.23
  • 2018.03.29
  • 2018.04.12
  • 2018.04.26
  • 2018.05.03
  • 2018.05.10
  • 2018.05.17
  • 2018.05.24
  • 2018.05.31
  • 2018.06.07
  • 2018.06.14
  • 2018.06.21
  • 2018.06.28
  • 2018.07.05
  • 2018.07.12
  • azure-pipelines
  • constants
  • coveralls
  • docs
  • docs-nitpick
  • flake8
  • force-full-tc
  • formatting
  • issue-11
  • master
  • revert-1154-api-changes
  • revert-921-master
  • sudo-kubectl
  • test-user

pending completion
2764

Pull #1101

travis-ci

web-flow
Make settings machinery support Pulp 3

When applied, this commit will redefine what a "valid" configuration
file is. Existing configuration files will continue to be valid. But in
addition, entirely new (and similar-looking) configuration files may
also be written.

The old configuration files are suitable for use when testing Pulp 2.
They let one declare information like "host pulp.example.com is running
rabbitmq." The new configuration files are suitable for testing Pulp 3.
They lew one declare information like "host pulp.example.com is running
redis."

In addition, this commit will update two pieces of machinery that are
related to the configuration file. Specifically, this commit will
overhaul the entire CLI interface (as accessed by the `pulp-smash`
executable) and re-implement the `PulpSmashConfig.get_services` method.

Fix: https://github.com/PulpQE/pulp-smash/issues/965

Fix: https://github.com/PulpQE/pulp-smash/issues/980
Pull Request #1101: Make settings machinery support Pulp 3

107 of 107 new or added lines in 4 files covered. (100.0%)

643 of 1055 relevant lines covered (60.95%)

1.83 hits per line

Relevant lines Covered
Build:
Build:
1055 RELEVANT LINES 643 COVERED LINES
1.83 HITS PER LINE
Source Files on config
  • List 0
  • Changed 7
  • Source Changed 7
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
2764 config Make settings machinery support Pulp 3 When applied, this commit will redefine what a "valid" configuration file is. Existing configuration files will continue to be valid. But in addition, entirely new (and similar-looking) configuration files m... Pull #1101 17 Jul 2018 02:39PM UTC web-flow travis-ci pending completion  
2761 config Make settings machinery support Pulp 3 When applied, this commit will redefine what a "valid" configuration file is. Existing configuration files will continue to be valid. But in addition, entirely new (and similar-looking) configuration files m... Pull #1101 16 Jul 2018 07:41PM UTC web-flow travis-ci pending completion  
2755 config Make settings machinery support Pulp 3 When applied, this commit will redefine what a "valid" configuration file is. Existing configuration files will continue to be valid. But in addition, entirely new (and similar-looking) configuration files m... Pull #1101 16 Jul 2018 04:19PM UTC web-flow travis-ci pending completion  
2752 config Make settings machinery support Pulp 3 When applied, this commit will redefine what a "valid" configuration file is. Existing configuration files will continue to be valid. But in addition, entirely new (and similar-looking) configuration files m... Pull #1101 16 Jul 2018 03:19PM UTC web-flow travis-ci pending completion  
2738 config Make settings machinery support Pulp 3 When applied, this commit will redefine what a "valid" configuration file is. Existing configuration files will continue to be valid. But in addition, entirely new (and similar-looking) configuration files m... Pull #1101 13 Jul 2018 07:40PM UTC web-flow travis-ci pending completion  
2732 config Make settings machinery support Pulp 3 When applied, this commit will redefine what a "valid" configuration file is. Existing configuration files will continue to be valid. But in addition, entirely new (and similar-looking) configuration files m... Pull #1101 11 Jul 2018 08:01PM UTC web-flow travis-ci pending completion  
2727 config Make settings machinery support Pulp 3 When applied, this commit will redefine what a "valid" configuration file is. Existing configuration files will continue to be valid. But in addition, entirely new (and similar-looking) configuration files m... Pull #1101 10 Jul 2018 08:12PM UTC web-flow travis-ci pending completion  
2726 config Make settings machinery support Pulp 3 When applied, this commit will redefine what a "valid" configuration file is. Existing configuration files will continue to be valid. But in addition, entirely new (and similar-looking) configuration files m... Pull #1101 10 Jul 2018 07:46PM UTC web-flow travis-ci pending completion  
2722 config Make settings machinery support Pulp 3 When applied, this commit will redefine what a "valid" configuration file is. Existing configuration files will continue to be valid. But in addition, entirely new (and similar-looking) configuration files m... Pull #1101 09 Jul 2018 09:10PM UTC web-flow travis-ci pending completion  
44 config Let user select a config file Fix #13: > Pulp Smash's configuration file does not live with the source code itself. […] > There's one down-side to the current approach, though: it's hard to work with > multiple configuration files. Imagine that ... push 20 Oct 2015 04:01PM UTC Ichimonji10 travis-ci pending completion  
See All Builds (2728)
  • Repo on GitHub
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