project-koku / nise

A tool for generating sample cost usage data for testing purposes
GNU Affero General Public License v3.0
9 stars 15 forks source link

[COST-4869] Create managed disk generator #504

Closed myersCody closed 5 months ago

myersCody commented 5 months ago

Create a generator for managed disk, pulling this out into a separate generator so that QE can set the meter name. The meter name will be used to control the capacity of the disk to calculated unattributed storage.

COST-4869

Run command:

nise report azure --static-report-file example_azure_static_data.yml --azure-container-name "tests/" --azure-report-name azure-report

Check the meter name for the file and see that it was created with the P4 LRS Disk used in the generator.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.8%. Comparing base (062f493) to head (89f8811).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #504 +/- ## ======================================= + Coverage 93.7% 93.8% +0.1% ======================================= Files 61 62 +1 Lines 4656 4680 +24 Branches 656 658 +2 ======================================= + Hits 4362 4388 +26 Misses 153 153 + Partials 141 139 -2 ```