Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use dockercli specinfra backend for docker_nodes #559

Merged
merged 1 commit into from
May 1, 2024

Conversation

h0tw1r3
Copy link
Contributor

@h0tw1r3 h0tw1r3 commented Apr 30, 2024

This fixes running Serverspec tests against nodes created by the docker_exp provision task. Unlike the docker bolt transport, the Serverspec docker backend uses the docker API. Unfortunately it lacks support for modern docker contexts (notably ssh).

Only applies to nodes created with the docker_exp provision task

This fixes running Serverspec tests against nodes created by the docker_exp
provision task. Unlike the docker bolt transport, the Serverspec docker
backend uses the docker API. Unfortunately it lacks support for modern
docker contexts (notably ssh).
@h0tw1r3 h0tw1r3 requested a review from a team as a code owner April 30, 2024 16:55
Copy link

codecov bot commented Apr 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.95%. Comparing base (43df54f) to head (d3b57c0).

❗ Current head d3b57c0 differs from pull request most recent head ac973d1. Consider uploading reports for the commit ac973d1 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #559   +/-   ##
=======================================
  Coverage   63.95%   63.95%           
=======================================
  Files           6        6           
  Lines         763      763           
=======================================
  Hits          488      488           
  Misses        275      275           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@david22swan david22swan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@david22swan david22swan merged commit 7db3c3e into puppetlabs:main May 1, 2024
6 checks passed
@h0tw1r3 h0tw1r3 deleted the docker_exp branch May 7, 2024 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants