Lines Matching full:entity
12 Entity = namedtuple("Entity", "console, ssh") variable
73 def __init__(self, entity): argument
76 self.entity = entity
77 fargs = (entity.console.endpoint.host, entity.console.endpoint.port)
88 self.entity.console.credentials.username.encode()
92 self.entity.console.credentials.password.encode()
125 def __init__(self, entity, bmc): argument
129 self.entity = entity
135 self.entity.console.endpoint.port,
136 self.entity.console.credentials.username,
137 self.entity.console.endpoint.host,
143 self.entity.console.credentials.password.encode()
182 b = Entity(
186 h = Entity(