Lines Matching full:topic
52 """atest <topic> list"""
134 # Creation & Deletion of a topic (ACL, label, user)
137 """atest <topic> [create|delete]
140 self.topic 'acl_group'
141 self.op_action 'delete' Action to remove a 'topic'
142 self.data {} Additional args for the topic
144 self.msg_topic: 'ACL' The printable version of the topic.
154 # Create or Delete the <topic> altogether
155 op = '%s_%s' % (self.op_action, self.topic)
186 # Adding or Removing things (users, hosts or labels) from a topic
190 """atest <topic> [add|remove]
193 topic 'acl_group'
210 op = '%s_%s_%s' % (self.topic, self.op_action, what)
227 """Adds or removes things (users, hosts, etc.) from a topic, e.g.:
230 self.topic = 'label'