Searched refs:check_type (Results 1 – 1 of 1) sorted by relevance
134 def check_tlv_request_tlv(command_msg, check_type, tlv_id): argument139 if check_type == CheckType.CONTAIN:145 elif check_type == CheckType.NOT_CONTAIN:150 elif check_type == CheckType.OPTIONAL:583 def assert_contains_tlv(tlvs, check_type, tlv_type): argument587 if check_type is CheckType.CONTAIN:590 elif check_type is CheckType.NOT_CONTAIN:593 elif check_type is CheckType.OPTIONAL:596 raise ValueError("Invalid check type: {}".format(check_type))634 check_type = (CheckType.CONTAIN if response.native_flag else CheckType.OPTIONAL)[all …]