mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 02:01:16 +00:00
Travis: Run the idle workload as part of the tests.
This commit is contained in:
parent
fd1dd789bf
commit
ad87a40e06
@ -28,4 +28,5 @@ script:
|
|||||||
- git clone -v https://github.com/ARM-software/devlib.git /tmp/devlib && cd /tmp/devlib && python setup.py install
|
- git clone -v https://github.com/ARM-software/devlib.git /tmp/devlib && cd /tmp/devlib && python setup.py install
|
||||||
- cd $TRAVIS_BUILD_DIR && python setup.py install
|
- cd $TRAVIS_BUILD_DIR && python setup.py install
|
||||||
- nose2 -s $TRAVIS_BUILD_DIR/tests
|
- nose2 -s $TRAVIS_BUILD_DIR/tests
|
||||||
|
- cd /tmp && wa run $TRAVIS_BUILD_DIR/tests/travis/idle_agenda.yaml -v -d idle_workload
|
||||||
|
|
||||||
|
23
tests/travis/idle_agenda.yaml
Normal file
23
tests/travis/idle_agenda.yaml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
config:
|
||||||
|
iterations: 1
|
||||||
|
augmentations:
|
||||||
|
- ~~
|
||||||
|
- status
|
||||||
|
device: generic_local
|
||||||
|
device_config:
|
||||||
|
big_core: null
|
||||||
|
core_clusters: null
|
||||||
|
core_names: null
|
||||||
|
executables_directory: null
|
||||||
|
keep_password: true
|
||||||
|
load_default_modules: false
|
||||||
|
model: null
|
||||||
|
modules: null
|
||||||
|
password: null
|
||||||
|
shell_prompt: !<tag:wa:regex> '40:^.*(shell|root|juno)@?.*:[/~]\S* *[#$] '
|
||||||
|
unrooted: True
|
||||||
|
working_directory: null
|
||||||
|
workloads:
|
||||||
|
- name: idle
|
||||||
|
params:
|
||||||
|
duration: 1
|
Loading…
x
Reference in New Issue
Block a user