diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-30 07:46:59 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-12 09:04:26 +0100 |
commit | 5a16dee75f4c73eef052464d588ead1c831672fe (patch) | |
tree | 5734d9a0d135a97ff720b3e6de6ab69636bd7c75 /meta/lib/oeqa/manual | |
parent | f3b8bea862a7701529899e868eed3c6d4fbc8ca6 (diff) | |
download | poky-5a16dee75f4c73eef052464d588ead1c831672fe.tar.gz |
oeqa/selftest: Automate manual pybootchart tests
Automate the current manual pybootchart tests. This includes a check
for the cairo dependency, skipping the test if appropriate.
Based on original patch from Armin Kuster <akuster808@gmail.com>
(From OE-Core rev: ff5370a381a4996b7da56aaaa7055f7a1786c823)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/manual')
-rw-r--r-- | meta/lib/oeqa/manual/oe-core.json | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/lib/oeqa/manual/oe-core.json b/meta/lib/oeqa/manual/oe-core.json index d893d849fb..3ee0aa95f9 100644 --- a/meta/lib/oeqa/manual/oe-core.json +++ b/meta/lib/oeqa/manual/oe-core.json | |||
@@ -1,32 +1,6 @@ | |||
1 | [ | 1 | [ |
2 | { | 2 | { |
3 | "test": { | 3 | "test": { |
4 | "@alias": "oe-core.scripts.Use_scripts/pybootchartgui/pybootchartgui.py_to_generate_build_profiles", | ||
5 | "author": [ | ||
6 | { | ||
7 | "email": "alexandru.c.georgescu@intel.com", | ||
8 | "name": "alexandru.c.georgescu@intel.com" | ||
9 | } | ||
10 | ], | ||
11 | "execution": { | ||
12 | "1": { | ||
13 | "action": "Run a build for a recipe (e.g. core-image-minimal)", | ||
14 | "expected_results": "" | ||
15 | }, | ||
16 | "2": { | ||
17 | "action": "Run the profiling script, ../scripts/pybootchartgui/pybootchartgui.py tmp/buildstats/ \n\n", | ||
18 | "expected_results": "" | ||
19 | }, | ||
20 | "3": { | ||
21 | "action": "Verify the results ", | ||
22 | "expected_results": "The scripts generates svg files with the profiling results . " | ||
23 | } | ||
24 | }, | ||
25 | "summary": "Use_scripts/pybootchartgui/pybootchartgui.py_to_generate_build_profiles" | ||
26 | } | ||
27 | }, | ||
28 | { | ||
29 | "test": { | ||
30 | "@alias": "oe-core.scripts.Crosstap_script_check", | 4 | "@alias": "oe-core.scripts.Crosstap_script_check", |
31 | "author": [ | 5 | "author": [ |
32 | { | 6 | { |