bitbake: toaster: delete test data

Toaster used a test fixture to verify page rendering
on known data.

This fixture is outdated due to changes in the data structure,
and we remove it to avoid confusions about its usage.

The tests using this data are now disabled.

(Bitbake rev: 8fda1b66e695ccdf98ae1c34a0bd655be2878188)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexandru DAMIAN
2015-03-05 16:33:53 +00:00
committed by Richard Purdie
parent a9cd657a01
commit 69d13dc64c
2 changed files with 4 additions and 140836 deletions

View File

@@ -13,7 +13,10 @@ import json, os, re, urllib, shlex
class Tests(TestCase):
fixtures = ['orm_views_testdata.json']
# fixtures = ['orm_views_testdata.json']
def setUp(self):
raise Exception("The %s test data is not longer valid, tests disabled" % __name__)
def test_builds(self):
client = Client()

File diff suppressed because one or more lines are too long