Skip to content

Commit 6e88eff

Browse files
authored
Merge pull request #53 from rquander/master
Updated prereq check list and remove a few broken host tests
2 parents 21de613 + f033a5c commit 6e88eff

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

config/tests/host/sanity.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ avocado-misc-tests/cpu/cpupower.py
55
avocado-misc-tests/cpu/ebizzy.py
66
avocado-misc-tests/cpu/ppc64_cpu_test.py
77
avocado-misc-tests/generic/connectathon.py
8-
avocado-misc-tests/generic/interbench.py
8+
#interbench test not working properly as of April 2017
9+
#avocado-misc-tests/generic/interbench.py
910
avocado-misc-tests/generic/openblas.py
1011
avocado-misc-tests/kernel/tlbflush.py
1112
avocado-misc-tests/memory/transparent_hugepages_defrag.py
12-
avocado-misc-tests/memory/transparent_hugepages_swapping.py
13+
#thp swapping test not working properly as of April 2017
14+
#avocado-misc-tests/memory/transparent_hugepages_swapping.py
1315
avocado-misc-tests/memory/stress-ng.py
1416
avocado-misc-tests/memory/stutter.py
1517
avocado-misc-tests/perf/aiostress.py

config/wrapper/env.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ avocado_vt = https://github.com/avocado-framework/avocado-vt.git
44
tests = https://github.com/avocado-framework-tests/avocado-misc-tests.git
55

66
[deps]
7-
packages = gcc,python-devel,p7zip,python-setuptools,libvirt-devel,tcpdump,psmisc,virt-install,mlocate,numactl,genisoimage,git,libtool,patch,targetcli,attr,python-stevedore
7+
packages = gcc,python-devel,p7zip,python-setuptools,libvirt-devel,tcpdump,psmisc,virt-install,mlocate,numactl,genisoimage,git,libtool,patch,targetcli,attr,python-stevedore,qemu,libvirt,SLOF,python2-pip

0 commit comments

Comments
 (0)