quipucords / yupana

Service app to process & upload data from quipucords and satellite to the host based inventory
GNU General Public License v3.0
4 stars 14 forks source link

Update smoke job to use the foreman IQE plugin #352

Closed san7ket closed 3 years ago

san7ket commented 3 years ago

These tests would be now run as a smoke pipeline tests.

<Package tests>
  <Module test_satellite_hosts.py>
    <Function test_satellite_report_upload[NON_VIRTWHO]>
    <Function test_satellite_report_upload[VIRTWHO]>
  <Module test_yupana_archive_operation.py>
    <Function test_yupana_report_upload>

These tests can be found in IQE on gitlab under iqe-foreman-rh-cloud-plugin

codecov-commenter commented 3 years ago

Codecov Report

Merging #352 (5f01e1c) into master (f7bece3) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #352   +/-   ##
=======================================
  Coverage   94.07%   94.07%           
=======================================
  Files          20       20           
  Lines        1434     1434           
  Branches      166      166           
=======================================
  Hits         1349     1349           
  Misses         60       60           
  Partials       25       25           

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 f7bece3...5f01e1c. Read the comment docs.

kgaikwad commented 3 years ago

@san7ket - For further reference, will you specify a reason behind updating the smoke jobs with new plugins?

san7ket commented 3 years ago

This plugin has e2e tests to test yupana plugin for any regressions and is actively maintained.