Ejemplo n.º 1
0
 def qsfp_thrift(self):
     return QsfpServiceClient(self.switch, self.qsfp_port)
Ejemplo n.º 2
0
 def _create_qsfp_client(self):
     args = [self._hostname, self._port]
     if self._timeout:
         args.append(self._timeout)
     return QsfpServiceClient(*args)