projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e2ee9c8
)
harness: Remove old pandaboard buildall harness test
author
Simon Gerber
<simon.gerber@inf.ethz.ch>
Tue, 20 Dec 2016 12:51:40 +0000 (13:51 +0100)
committer
Simon Gerber
<simon.gerber@inf.ethz.ch>
Thu, 22 Dec 2016 21:47:02 +0000 (22:47 +0100)
Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>
tools/harness/tests/buildall.py
patch
|
blob
|
history
diff --git
a/tools/harness/tests/buildall.py
b/tools/harness/tests/buildall.py
index
7e57c60
..
e4db13f
100644
(file)
--- a/
tools/harness/tests/buildall.py
+++ b/
tools/harness/tests/buildall.py
@@
-29,19
+29,3
@@
class BuildAllTest(Test):
def process_data(self, testdir, raw_iter):
return PassFailResult(True)
-@tests.add_test
-class BuildPandaboardImage(Test):
- '''Simple test to ensure that the default pandaboard image builds cleanly'''
- name = "buildall_pandaboard"
-
- def setup(self, build, machine, testdir):
- build.build(['pandaboard_image'])
-
- def run(self, build, machine, testdir):
- return []
-
- def cleanup(self, machine):
- pass
-
- def process_data(self, testdir, raw_iter):
- return PassFailResult(True)