lp:~doanac/lava-dispatcher/aep-support

Created by Andy Doan and last modified
Get this branch:
bzr branch lp:~doanac/lava-dispatcher/aep-support
Only Andy Doan can upload to this branch. If you are Andy Doan please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Andy Doan
Project:
LAVA Dispatcher
Status:
Merged

Recent revisions

508. By Andy Doan

address code review comments

507. By Andy Doan

add documentation about the ARM energy probe

506. By Andy Doan

Add support for ARM Energy Probe signal handler

This allows us to support the ARM energy probe.

The test definition used to test this was:

metadata:
  format: Lava-Test Test Definition 1.0
  name: arm-probe-demo

handler:
  handler-name: arm-probe
  params:
    plotscript: 'file:///home/doanac/Desktop/arm-probe-demo/plot.sh'
    probe_args: [-a, '0.01']

install:
  deps:
    - cpuburn

run:
  steps:
    - 'lava-test-case aep-idle --shell ./aep-idle.sh'
    - 'lava-test-case aep-burn --shell ./aep-burn.sh'

The test action for the job was:
{
  "command": "lava_test_shell",
  "parameters": {
    "testdef_repos": [
      {"bzr-repo": "/home/doanac/Desktop/arm-probe-demo",
       "testdef": "arm-probe.yaml"
      }
    ],
    "timeout": 1800
  }
}

505. By Andy Doan

make shellhook to-result-dir/from-result-dir logic common

This could be pretty handy for other signal handlers as well

504. By Andy Doan

post release bump

503. By Andy Doan

release-0.27

502. By Andy Doan

forgot to include lava-test-run-attach in setup.py

501. By Andy Doan

introduce global delay in our serial console send routine

We've seen issues where sending things like 16 byte or bigger strings
can often get messed up in serial console implementations. This has
been seen with our PS1 prompt on panda and seems to be fairly consistent
on TC2 in a couple of places.

Introducing a small .05 second delay seems to make things work well
on TC2 and is small enough to not really annoy anyone. So this seems
worth fixing in general.

I also fixed a few pylint warnings in this class while I was looking
at it.

500. By Andy Doan

post release bump

499. By Andy Doan

release-0.26

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:lava-dispatcher
This branch contains Public information 
Everyone can see this information.

Subscribers