From ff5370a381a4996b7da56aaaa7055f7a1786c823 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 30 Apr 2019 07:46:59 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/lib/oeqa/manual/oe-core.json | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'meta/lib/oeqa/manual') 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,30 +1,4 @@ [ - { - "test": { - "@alias": "oe-core.scripts.Use_scripts/pybootchartgui/pybootchartgui.py_to_generate_build_profiles", - "author": [ - { - "email": "alexandru.c.georgescu@intel.com", - "name": "alexandru.c.georgescu@intel.com" - } - ], - "execution": { - "1": { - "action": "Run a build for a recipe (e.g. core-image-minimal)", - "expected_results": "" - }, - "2": { - "action": "Run the profiling script, ../scripts/pybootchartgui/pybootchartgui.py tmp/buildstats/ \n\n", - "expected_results": "" - }, - "3": { - "action": "Verify the results ", - "expected_results": "The scripts generates svg files with the profiling results . " - } - }, - "summary": "Use_scripts/pybootchartgui/pybootchartgui.py_to_generate_build_profiles" - } - }, { "test": { "@alias": "oe-core.scripts.Crosstap_script_check", -- cgit 1.2.3-korg