summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/contrib/tts/urllist.py
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2015-05-13 13:21:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-14 18:04:10 +0100
commit80ca4f00f82cd2f58fe5cda38c8cc5a719c887b6 (patch)
treef2d5a130213c37b8aed1fb07fecf46eb9e5e1a13 /bitbake/lib/toaster/contrib/tts/urllist.py
parent23f5b009e0ebf59cfcc9ae90a1084468fc88e42f (diff)
downloadpoky-80ca4f00f82cd2f58fe5cda38c8cc5a719c887b6.tar.gz
bitbake: toaster/contrib: adding TTS squashed patch
In order to move the Toaster Test System in Toaster itself, we create a contrib directory. The TTS is added as a squashed patch with no history. It contains code contributed by Ke Zou <ke.zou@windriver.com>. (Bitbake rev: 7d24fea2b5dcaac6add738b6fb4700d698824286) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/contrib/tts/urllist.py')
-rw-r--r--bitbake/lib/toaster/contrib/tts/urllist.py53
1 files changed, 53 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/contrib/tts/urllist.py b/bitbake/lib/toaster/contrib/tts/urllist.py
new file mode 100644
index 0000000000..a7d6d6ec4e
--- /dev/null
+++ b/bitbake/lib/toaster/contrib/tts/urllist.py
@@ -0,0 +1,53 @@
1import config
2
3URLS = [
4'toastergui/landing/',
5'toastergui/builds/',
6'toastergui/build/1',
7'toastergui/build/1/tasks/',
8'toastergui/build/1/tasks/1/',
9'toastergui/build/1/task/1',
10'toastergui/build/1/recipes/',
11'toastergui/build/1/recipe/1/active_tab/1',
12'toastergui/build/1/recipe/1',
13'toastergui/build/1/recipe_packages/1',
14'toastergui/build/1/packages/',
15'toastergui/build/1/package/1',
16'toastergui/build/1/package_built_dependencies/1',
17'toastergui/build/1/package_included_detail/1/1',
18'toastergui/build/1/package_included_dependencies/1/1',
19'toastergui/build/1/package_included_reverse_dependencies/1/1',
20'toastergui/build/1/target/1',
21'toastergui/build/1/target/1/targetpkg',
22'toastergui/dentries/build/1/target/1',
23'toastergui/build/1/target/1/dirinfo',
24'toastergui/build/1/target/1/dirinfo_filepath/_/bin/bash',
25'toastergui/build/1/configuration',
26'toastergui/build/1/configvars',
27'toastergui/build/1/buildtime',
28'toastergui/build/1/cpuusage',
29'toastergui/build/1/diskio',
30'toastergui/build/1/target/1/packagefile/1',
31'toastergui/newproject/',
32'toastergui/projects/',
33'toastergui/project/',
34'toastergui/project/1',
35'toastergui/project/1/configuration',
36'toastergui/project/1/builds/',
37'toastergui/project/1/layers/',
38'toastergui/project/1/layer/1',
39'toastergui/project/1/layer/',
40'toastergui/project/1/importlayer',
41'toastergui/project/1/targets/',
42'toastergui/project/1/machines/',
43'toastergui/xhr_build/',
44'toastergui/xhr_projectbuild/1/',
45'toastergui/xhr_projectinfo/',
46'toastergui/xhr_projectedit/1',
47'toastergui/xhr_configvaredit/1',
48'toastergui/xhr_datatypeahead/1',
49'toastergui/xhr_importlayer/',
50'toastergui/xhr_updatelayer/',
51'toastergui/project/1/buildrequest/1',
52'toastergui/',
53]