1. 03 Nov, 2020 22 commits
  2. 02 Nov, 2020 2 commits
  3. 29 Oct, 2020 5 commits
  4. 28 Oct, 2020 9 commits
  5. 27 Oct, 2020 2 commits
    • Jérome Perrin's avatar
      testnode: advertise log URL with log_frontend_url · daf3d133
      Jérome Perrin authored
      testnode use to publish the URL of logs so that Nexedi ERP5 can
      display link to "view logs". This URL was an IPv6 URL on a certificate
      which does not validate.
      
      Now testnode software release request a shared frontend for these
      logs and generate a config file with log_frontend_url set.
      
      testnode now advertise the URL of log using the log frontend url
      from config.
      
      Also simplify frontend_url key to manage it using the same way.
      daf3d133
    • Jérome Perrin's avatar
      testnode: pass arguments as environment variables · fcbdb89b
      Jérome Perrin authored
      SLAPOS_TEST_LOG_DIRECTORY and SLAPOS_TEST_SHARED_PART_LIST have been
      introduced recently, they are passed to runTestSuite using the usual
      way of running runTestSuite once with --help to inspect supported
      arguments and passing the argument only if runTestSuite supports them,
      but these arguments are not necessarily heavy to compute and are always
      known (unlike for example firefox path which is only known if seleniumrunner
      extra software was installed), so simplify all this by passing the
      parameters are environment variables.
      fcbdb89b