Home | History | Annotate | Download | only in functional

Lines Matching refs:stype

46   def create_base_config(self, caps, is_publish, ptype, stype, payload_size,
54 stype: passive or active (used if is_publish is False)
66 config[aconsts.DISCOVERY_KEY_DISCOVERY_TYPE] = stype
114 def create_subscribe_config(self, caps, stype, payload_size, ttl, term_ind_on,
120 stype: passive or active
128 return self.create_base_config(caps, False, None, stype, payload_size, ttl,
131 def positive_discovery_test_utility(self, ptype, stype, payload_size):
140 stype: Subscribe discovery type
169 stype,
262 stype,
329 def positive_ttl_test_utility(self, is_publish, ptype, stype, term_ind_on):
340 stype: Subscribe discovery type (used if is_publish is False)
353 stype, self.PAYLOAD_SIZE_TYPICAL,
373 stype, self.PAYLOAD_SIZE_TYPICAL, 0,
389 stype, self.PAYLOAD_SIZE_TYPICAL,
406 stype, self.PAYLOAD_SIZE_TYPICAL, LONG_TTL,
422 stype, self.PAYLOAD_SIZE_TYPICAL,
554 stype=aconsts.SUBSCRIBE_TYPE_PASSIVE,
567 stype=aconsts.SUBSCRIBE_TYPE_PASSIVE,
580 stype=aconsts.SUBSCRIBE_TYPE_PASSIVE,
593 stype=aconsts.SUBSCRIBE_TYPE_ACTIVE,
606 stype=aconsts.SUBSCRIBE_TYPE_ACTIVE,
619 stype=aconsts.SUBSCRIBE_TYPE_ACTIVE,
642 stype=None,
654 stype=None,
666 stype=None,
678 stype=None,
690 stype=aconsts.SUBSCRIBE_TYPE_PASSIVE,
702 stype=aconsts.SUBSCRIBE_TYPE_PASSIVE,
714 stype=aconsts.SUBSCRIBE_TYPE_ACTIVE,
726 stype=aconsts.SUBSCRIBE_TYPE_ACTIVE,