1. 19 Apr, 2018 7 commits
  2. 18 Apr, 2018 1 commit
  3. 17 Apr, 2018 3 commits
  4. 16 Apr, 2018 9 commits
  5. 13 Apr, 2018 4 commits
  6. 12 Apr, 2018 7 commits
    • Sjoerd Simons's avatar
      Misc beaglebone black fixes · 6a209317
      Sjoerd Simons authored
      
      
      My BBB was failing to boot a uImage due to an issue with the addresses
      (I didn't dive into the details why). Changing the bootm_ addresses to
      match the bootz_ addresses (as has been done on various other boards)
      solved the issue.
      
      Further more in some cases during auto-login the username was received
      as 'suer' rather then 'user', add a small boot character delay to
      resolve that.
      
      Change-Id: I84431b7d037623c39c8d25dce1a0d603a3867cd0
      Signed-off-by: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
      6a209317
    • Sjoerd Simons's avatar
      Make snow u-boot prompt more precise · f25548b5
      Sjoerd Simons authored
      
      
      The default u-boot prompt for snow devices is 'snow #', make the prompt
      setting more precise in this respect to prevent otherwise lava things
      the fdt filename is also a command prompt.
      
      Change-Id: I038348bec90d44b23b658066c9b413328be77e66
      Signed-off-by: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
      f25548b5
    • Sjoerd Simons's avatar
      Adjust bootm addresses for panda · b2cc847b
      Sjoerd Simons authored
      
      
      Adjust the bootm address for panda to match the bootz address. This
      fixes booting certain kernels/ramdisk combination which would boot fine
      with bootz, but didn't work as bootm.
      
      Change-Id: Ie63b8ea62935322be1ba816f0a3b9745e8916b05
      Signed-off-by: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
      b2cc847b
    • Rémi Duraffort's avatar
      api: fix a crash when a test case is not unique · 4ed6a2f5
      Rémi Duraffort authored
      Change-Id: Ie98449b849e5cdd3de6d16a6902750f6f546a146
      4ed6a2f5
    • Corentin LABBE's avatar
      xnbd: fix killing of old xnbd-server process · b8e7dc13
      Corentin LABBE authored
      
      
      Our LAB run lots of XNBD jobs, and lots of xnbd-server process were
      never killed.
      
      The port allocated is not used for killing, eg
      self.parameters['protocols']['lava-xnbd']['port'] is still set to auto.
      
      As suggested by Neil Williams, it's better to "create a dedicated
      function which is called from the test job"
      
      So this patch adds a "set_port" function which get the right port
      number.
      
      Existing jobs should now add this:
         protocols:
            lava-xnbd:
            - action: nbd-deploy
              request: set_port
      after
      actions:
      - deploy:
      
      Change-Id: I6b464314ac2c1a137162b0a7f955c4501f8a7424
      Suggested-by: default avatarJan-Simon Möller <jsmoeller@linuxfoundation.org>
      b8e7dc13
    • Dean Arnold's avatar
      Adding deployment action for MPS devices · cdd2ef54
      Dean Arnold authored
      Action mounts the mass storage device for the MPS system and copies
      over the contents of the recovery image provided by the test writer.
      
      Change-Id: Ice721a4f84efc5655876d5c41298c0af7d684968
      cdd2ef54
    • Rémi Duraffort's avatar
      List Infrastructure, Bug and Configuration errors · 6eadfc62
      Rémi Duraffort authored
      Add an index on TestCase results to improve sql queries speed.
      Add links to Recent job errors and Maintenance devices to
      job table and device table templates.
      
      Change-Id: Ib6e67b25bf8ae88e20f03ed73230ea7a752f3e71
      6eadfc62
  7. 11 Apr, 2018 2 commits
  8. 09 Apr, 2018 4 commits
    • Rémi Duraffort's avatar
      LAVA-1264 improve handling of cancelation · 84df8c5d
      Rémi Duraffort authored
      When a job is really long to cancel we now:
      * send a TERM signal (the job starts to cleanup)
      * wait 60 seconds
      * send a second TERM signal (the job should leave right now)
      * wait 60 more seconds
      * send a KILL signal
      
      This let more time for the job to send the right lava.job result.
      
      Change-Id: I262b13a3bcc70576fca44127c15d5265864787c3
      84df8c5d
    • Rémi Duraffort's avatar
      LAVA-1282 Only kill lava-slave · 02590e0b
      Rémi Duraffort authored
      By default, when stoping a service, systemd will kill all processes started by
      this service.
      In order to make lava-slave restartable, all lava-run started by lava-slave
      should *not* be killed.
      
      Change-Id: I422f71ba70aabbc58cf3241baac1ffedd677d458
      02590e0b
    • Rémi Duraffort's avatar
      Fix crash when test case metadata is empty · 53c57de9
      Rémi Duraffort authored
      Change-Id: Ie45cf3f855190bcbb63c434297b47bf3854c73a2
      53c57de9
    • Rémi Duraffort's avatar
      Fix crash when action_metadata is None · 99c32f4d
      Rémi Duraffort authored
      Change-Id: I8be314e68e9ca47221e9692257c0fbbfae1d73b4
      99c32f4d
  9. 06 Apr, 2018 3 commits