SatelliteQE / testfm

A test suite based on pytest-ansible that exercises The Foreman maintenance tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove stubbed decorator from tests of test_health.py

jameerpathan111 opened this issue · comments

Remove stubbed decorator for following tests because the checks which are used in tests are now available in foreman-maintain v0.4.3

  • test_positive_check_upstream_repository
  • test_positive_puppet_check_no_empty_cert_requests
  • test_positive_puppet_check_empty_cert_requests

Also fix test_positive_foreman_maintain_health_check failing because of check puppet-check-no-empty-cert-requests which needs users permission. Fix the test by using --assumeyes option

fixed in #85