-
Task
-
Resolution: Done
-
Major
-
None
-
False
-
-
False
-
ANSTRAT-268 - Utility for collecting ansible usage data
-
-
-
Sprint ending March 22, 2023, Sprint ending April 19, 2023
need to check that creating a new host update both tables (HostMetric & playbook_on_stats) with right values
steps:
- Create a new host and set it to be automated
- Wait for it to appear in the `playbook_on_stats`
- Assert it was included in the host metrics
- Assert it has a unique host name
- Assert it has the `first_automation` AND `last_automation` set to same value as playbook_on_stats
- Assert it has `automated_counter` set to 1
- Assert all other fields has default value.