Sha256: d560007e51cb9fcc9321530389aeea39578a7b65f255637aca8f33c660448c48
Contents?: true
Size: 935 Bytes
Versions: 8
Compression:
Stored size: 935 Bytes
Contents
import os # Display the environment variables print(os.environ.items()) # Test some of the various keyword arguments cmd("<%= target_name %> ABORT", timeout=30) cmd("<%= target_name %> ABORT", log_message=False) cmd("<%= target_name %> ABORT", validate=False) collect_cnt = tlm("<%= target_name %> HEALTH_STATUS COLLECTS") cmd("<%= target_name %> COLLECT with DURATION 11, TYPE NORMAL") cmd_no_range_check("<%= target_name %> COLLECT with DURATION 11, TYPE NORMAL") cmd_no_hazardous_check("<%= target_name %> COLLECT with DURATION 11, TYPE NORMAL") cmd_no_checks("<%= target_name %> COLLECT with DURATION 11, TYPE NORMAL") wait_check(f"<%= target_name %> HEALTH_STATUS COLLECTS == {collect_cnt + 2}", 10) cmd("<%= target_name %> CLEAR") cmd_no_range_check("<%= target_name %> CLEAR") cmd_no_hazardous_check("<%= target_name %> CLEAR") cmd_no_checks("<%= target_name %> CLEAR") print(tlm("<%= target_name %> HEALTH_STATUS COLLECTS"))
Version data entries
8 entries across 8 versions & 1 rubygems