-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
-
False
-
-
- Perform hourly tally
app.rhsm_subscriptions.sync_tally_hourly(perform_metering=False) |
- Check usage reported in Moto
import requests, json Res = requests.get("http://moto:5000/moto-api/data.json") J = json.loads(res.content) j.get("meteringmarketplace") |
We need to identify how to pull the exact usage from moto that our tallysnapshot created.
Create a SMQE helper to fetch and organize the usage records according to what tests needs are.
- links to