diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-11-11 20:33:29 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-14 13:21:00 +0000 |
commit | 2890aafb13f86076187d5ba7c735efce5f05c644 (patch) | |
tree | c6c863e89e3a777b3f605123d86c905d4737fafa | |
parent | 81bc4bbb593a9eb22fd02d8795398be05344fbbf (diff) | |
download | poky-2890aafb13f86076187d5ba7c735efce5f05c644.tar.gz |
oeqa/manual/bsp-qemu: drop xserver test done at runtime
xserver testing is done at runtime and selftest via sato image
(From OE-Core rev: 0146b3a0b60f54fa6ea84461e4ced6fae59aafa7)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/lib/oeqa/manual/bsp-qemu.json | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/lib/oeqa/manual/bsp-qemu.json b/meta/lib/oeqa/manual/bsp-qemu.json index b49abf4335..7a3d9940a9 100644 --- a/meta/lib/oeqa/manual/bsp-qemu.json +++ b/meta/lib/oeqa/manual/bsp-qemu.json | |||
@@ -91,28 +91,6 @@ | |||
91 | }, | 91 | }, |
92 | { | 92 | { |
93 | "test": { | 93 | "test": { |
94 | "@alias": "bsps-qemu.bsps-runtime.X_server_can_start_up_with_runlevel_5_boot", | ||
95 | "author": [ | ||
96 | { | ||
97 | "email": "alexandru.c.georgescu@intel.com", | ||
98 | "name": "alexandru.c.georgescu@intel.com" | ||
99 | } | ||
100 | ], | ||
101 | "execution": { | ||
102 | "1": { | ||
103 | "action": "boot up system with default runlevel \n\n", | ||
104 | "expected_results": "X server can start up well and desktop display has no problem . \n\n" | ||
105 | }, | ||
106 | "2": { | ||
107 | "action": "type runlevel at command prompt", | ||
108 | "expected_results": "Output:N 5" | ||
109 | } | ||
110 | }, | ||
111 | "summary": "X_server_can_start_up_with_runlevel_5_boot" | ||
112 | } | ||
113 | }, | ||
114 | { | ||
115 | "test": { | ||
116 | "@alias": "bsps-qemu.bsps-runtime.check_bash_in_image", | 94 | "@alias": "bsps-qemu.bsps-runtime.check_bash_in_image", |
117 | "author": [ | 95 | "author": [ |
118 | { | 96 | { |