<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Hi Adam,<br>
      <br>
      fresh ts-rigs-sample has all required bindings to publish logs to
      ts-factory.io. See the top-most commit.<br>
      So, you just need tune SSH to use correct user, port and key for
      ts-factory.io. You  can add below settings<br>
      to corresponding user .ssh/config or add corresponding options to
      sftp command in scripts/publish_logs/prj/ts-factory/publish:<br>
      <br>
      Host ts-factory.io<br>
              User unh-iol<br>
              Port 56777<br>
              IdentitiesOnly yes<br>
              IdentityFile <path-to-private-key><br>
      <br>
      The publishing is asynchronous in ts-factory case. i.e. user puts
      logs and cron job checks incoming directory every 10 minutes and
      publish found logs.<br>
      <br>
      You can request publishing when you start testing using --publish
      option or publish previous run testing results using
      ./scripts/publish_logs from dpdk-ethdev-ts sources. PWD should be
      the directory you run tests from.<br>
      <br>
      Please, let me know how it goes.<br>
      <br>
      Regards,<br>
      Andrew.<br>
      <br>
      (dropped history, since it became too big and require moderation)<br>
    </div>
  </body>
</html>