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

Add possibility to run acceptance tests with Litmus and Vagrant #353

Merged
merged 4 commits into from
Dec 13, 2019

Conversation

carabasdaniel
Copy link
Contributor

@carabasdaniel carabasdaniel commented Nov 18, 2019

No description provided.

on(host, 'rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm')
end
on(host, 'yum update -y -q') if fact_on(host, 'osfamily') == 'RedHat'
on(host, "yum install -y python-pip", acceptable_exit_codes: [0]).stdout
Copy link
Contributor

Choose a reason for hiding this comment

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

@carabasdaniel too good. Minor comment. We can remove the line number 149,150 and 151, since it's not needed anymore. This change is added to the helm and rook module.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@sheenaajay Sorry about leaving that in, just removed the spec_helper_acceptance.old file, that was a backup of the original acceptance helper

@codecov-io
Copy link

codecov-io commented Dec 3, 2019

Codecov Report

Merging #353 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #353   +/-   ##
=====================================
  Coverage       0%     0%           
=====================================
  Files           2      2           
  Lines          44     44           
=====================================
  Misses         44     44

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aaea764...f255d3f. Read the comment docs.

@sheenaajay sheenaajay merged commit 861bfd9 into puppetlabs:master Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants