summaryrefslogtreecommitdiff
path: root/ubuntu/phoronix.yaml
diff options
context:
space:
mode:
authorBotao Sun <botao.sun@linaro.org>2014-11-21 20:44:05 +1100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-01-14 11:56:13 +0000
commit6bbc4d2864f9dc3525aa889e38d0418050734676 (patch)
tree38130a2db779e3e38ff60cbb64bf3f116b3e9e27 /ubuntu/phoronix.yaml
parent18c85a309e75748a037d1eefd85ddc42cb79e7f4 (diff)
Add Phoronix Test Suite for Linaro ubuntu
Two example test included in this patch: system-decompress-xz and stream. Test code has been validated in LAVA on TI Panda board. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: Id041abd5d68d9b94804c9fb7712deb52a1ec92b9
Diffstat (limited to 'ubuntu/phoronix.yaml')
-rw-r--r--ubuntu/phoronix.yaml53
1 files changed, 53 insertions, 0 deletions
diff --git a/ubuntu/phoronix.yaml b/ubuntu/phoronix.yaml
new file mode 100644
index 0000000..71bfaae
--- /dev/null
+++ b/ubuntu/phoronix.yaml
@@ -0,0 +1,53 @@
+metadata:
+ name: phoronix-test-suite
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Run a sub-set of phoronix test suite on Linux Linaro ubuntu"
+ maintainer:
+ - botao.sun@linaro.org
+ os:
+ - ubuntu
+ devices:
+ - panda
+ - panda-es
+ environment:
+ - lava-test-shell
+
+install:
+ deps:
+ - python
+ - python-pexpect
+ - php5-common
+ - php5-readline
+ - libgd3
+ - libxpm4
+ - phpapi-20121212+lfs
+ - libfontconfig1
+ - libfreetype6
+ - libjpeg8
+ - libtiff5
+ - libvpx1
+ - psmisc
+ - fontconfig-config
+ - libjpeg-turbo8
+ - libjbig0
+ - fonts-dejavu-core
+ - ttf-bitstream-vera
+ - fonts-freefont-ttf
+ - gsfonts-x11
+ - gsfonts
+ - xfonts-utils
+ - libfontenc1
+ - libxfont1
+ - x11-common
+ - xfonts-encodings
+ - php5-cli
+ - php5-gd
+ - php5-json
+ - php-fpdf
+ - iptables
+
+run:
+ steps:
+ - "wget http://phoronix-test-suite.com/releases/repo/pts.debian/files/phoronix-test-suite_5.2.1_all.deb"
+ - "dpkg -i phoronix-test-suite_5.2.1_all.deb"
+ - "cd ubuntu/scripts; ./phoronix.py"