aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2015-07-30 19:25:10 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-01 11:25:50 +0100
commitc85a35e37150ee8be091bd142cac8a1885f1dff0 (patch)
treeb190e5bf9d367aeec179463dd1b1a28c73c8bd8b
parent2b40b412ff6a7e3fd4cc32707bd3cd713bc09ddb (diff)
downloadbitbake-c85a35e37150ee8be091bd142cac8a1885f1dff0.tar.gz
toaster: tts: clean up HTML5 compatible url list
This patch cleans up the list of URLs that are tested for HTML5 compatibility using the w3c-validator. It removes the URLs that are no longer in use, and the AJAX-only URLs that return JSON content. Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/toaster/contrib/tts/urllist.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/toaster/contrib/tts/urllist.py b/lib/toaster/contrib/tts/urllist.py
index 3f3a7c2d6..6db9ffc7b 100644
--- a/lib/toaster/contrib/tts/urllist.py
+++ b/lib/toaster/contrib/tts/urllist.py
@@ -17,7 +17,6 @@ URLS = [
'toastergui/build/1/package_included_reverse_dependencies/1/1',
'toastergui/build/1/target/1',
'toastergui/build/1/target/1/targetpkg',
- 'toastergui/dentries/build/1/target/1',
'toastergui/build/1/target/1/dirinfo',
'toastergui/build/1/target/1/dirinfo_filepath/_/bin/bash',
'toastergui/build/1/configuration',
@@ -28,19 +27,13 @@ URLS = [
'toastergui/build/1/target/1/packagefile/1',
'toastergui/newproject/',
'toastergui/projects/',
- 'toastergui/project/',
'toastergui/project/1',
'toastergui/project/1/configuration',
'toastergui/project/1/builds/',
'toastergui/project/1/layers/',
'toastergui/project/1/layer/1',
- 'toastergui/project/1/layer/',
'toastergui/project/1/importlayer',
'toastergui/project/1/targets/',
'toastergui/project/1/machines/',
- 'toastergui/xhr_configvaredit/1',
- 'toastergui/xhr_importlayer/',
- 'toastergui/xhr_updatelayer/',
- 'toastergui/project/1/buildrequest/1',
'toastergui/',
]