diff options
author | TeohJayShen <jay.shen.teoh@intel.com> | 2020-08-19 17:05:02 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-20 15:30:07 +0100 |
commit | 8db6cf92b4ad667021b569297f924231fc200c03 (patch) | |
tree | cab7f1de6bacd2df294f507b2328432ff52ecf54 /meta/lib/oeqa | |
parent | 21c13f75b56546b55e8e9e895bd7c2f8e98defe4 (diff) | |
download | poky-8db6cf92b4ad667021b569297f924231fc200c03.tar.gz |
oeqa/manual/bsp-hw.json : remove shutdown_system test
remove the test as shutdown function is already being validated
(From OE-Core rev: 58281082fbed57298247c019c3d8149e688de161)
Signed-off-by: TeohJayShen <jay.shen.teoh@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa')
-rw-r--r-- | meta/lib/oeqa/manual/bsp-hw.json | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/lib/oeqa/manual/bsp-hw.json b/meta/lib/oeqa/manual/bsp-hw.json index a9bc7d4501..08132c0f97 100644 --- a/meta/lib/oeqa/manual/bsp-hw.json +++ b/meta/lib/oeqa/manual/bsp-hw.json | |||
@@ -125,28 +125,6 @@ | |||
125 | }, | 125 | }, |
126 | { | 126 | { |
127 | "test": { | 127 | "test": { |
128 | "@alias": "bsps-hw.bsps-hw.shutdown_system", | ||
129 | "author": [ | ||
130 | { | ||
131 | "email": "alexandru.c.georgescu@intel.com", | ||
132 | "name": "alexandru.c.georgescu@intel.com" | ||
133 | } | ||
134 | ], | ||
135 | "execution": { | ||
136 | "1": { | ||
137 | "action": "boot system", | ||
138 | "expected_results": "" | ||
139 | }, | ||
140 | "2": { | ||
141 | "action": "launch terminal and run \"shutdown -h now\" or \"poweroff\"", | ||
142 | "expected_results": "System can be shutdown successfully . " | ||
143 | } | ||
144 | }, | ||
145 | "summary": "shutdown_system" | ||
146 | } | ||
147 | }, | ||
148 | { | ||
149 | "test": { | ||
150 | "@alias": "bsps-hw.bsps-hw.switch_among_multi_applications_and_desktop", | 128 | "@alias": "bsps-hw.bsps-hw.switch_among_multi_applications_and_desktop", |
151 | "author": [ | 129 | "author": [ |
152 | { | 130 | { |