Sha256: 6af40b3b6e2408a30a7aa06a6c77f532d1f128a7da4815bf0b9f97ddbef8cbfd
Contents?: true
Size: 465 Bytes
Versions: 52
Compression:
Stored size: 465 Bytes
Contents
load_utility '<%= target_name %>/procedures/utilities/clear.rb' def collect(type, duration, call_clear = false) # Get the current collects telemetry point collects = tlm('<%= target_name %> HEALTH_STATUS COLLECTS') # Command the collect cmd("<%= target_name %> COLLECT with TYPE #{type}, DURATION #{duration}") # Wait for telemetry to update wait_check("<%= target_name %> HEALTH_STATUS COLLECTS == #{collects + 1}", 10) clear() if call_clear end
Version data entries
52 entries across 52 versions & 3 rubygems