summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-01-30 16:28:00 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-02 10:39:52 +0000
commitc932bf9e86f201006029f383a5fe387144dae423 (patch)
treeaaaeede7f829be9cd34e16866f96677ac153cbbb /meta/lib
parente363c4007602e3578f0ae982785918d5e9d417bf (diff)
downloadpoky-c932bf9e86f201006029f383a5fe387144dae423.tar.gz
bsp-hw.json: remove mpc8315e-rdb manual tests
(From OE-Core rev: 72af20f445dfd8ac0b472f80ed84e1b1c556e8ef) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/manual/bsp-hw.json52
1 files changed, 0 insertions, 52 deletions
diff --git a/meta/lib/oeqa/manual/bsp-hw.json b/meta/lib/oeqa/manual/bsp-hw.json
index 5c5b9b50bb..73cbaaa7c2 100644
--- a/meta/lib/oeqa/manual/bsp-hw.json
+++ b/meta/lib/oeqa/manual/bsp-hw.json
@@ -917,28 +917,6 @@
917 }, 917 },
918 { 918 {
919 "test": { 919 "test": {
920 "@alias": "bsps-hw.bsps-hw.Check_if_target_can_support_EEPROM",
921 "author": [
922 {
923 "email": "yi.zhao@windriver.com",
924 "name": "yi.zhao@windriver.com"
925 }
926 ],
927 "execution": {
928 "1": {
929 "action": "Check eeprom device exist in /sys/bus/i2c/devices/ ",
930 "expected_results": "Hexdump can read data from eeprom.\n"
931 },
932 "2": {
933 "action": "Run \"hexdump eeprom\" commandroot@mpc8315e-rdb:/sys/bus/i2c/devices/1-0051> hexdump eeprom0000000 9210 0b02 0211 0009 0b52 0108 0c00 3c000000010 6978 6930 6911 208c 7003 3c3c 00f0 8381\u2026\n",
934 "expected_results": ""
935 }
936 },
937 "summary": "Check_if_target_can_support_EEPROM"
938 }
939 },
940 {
941 "test": {
942 "@alias": "bsps-hw.bsps-hw.System_can_boot_up_via_NFS", 920 "@alias": "bsps-hw.bsps-hw.System_can_boot_up_via_NFS",
943 "author": [ 921 "author": [
944 { 922 {
@@ -967,34 +945,4 @@
967 "summary": "System_can_boot_up_via_NFS" 945 "summary": "System_can_boot_up_via_NFS"
968 } 946 }
969 }, 947 },
970 {
971 "test": {
972 "@alias": "bsps-hw.bsps-hw.Boot_from_JFFS2_image",
973 "author": [
974 {
975 "email": "yi.zhao@windriver.com",
976 "name": "yi.zhao@windriver.com"
977 }
978 ],
979 "execution": {
980 "1": {
981 "action": "First boot the board with NFS root. ",
982 "expected_results": "The system can boot up without problem\n"
983 },
984 "2": {
985 "action": "Install mtd-utils package. Erase the MTD partition which will be used as root: $ flash_eraseall /dev/mtd3 ",
986 "expected_results": ""
987 },
988 "3": {
989 "action": "Copy the JFFS2 image to the MTD partition: $ flashcp core-image-minimal-mpc8315e-rdb.jffs2 /dev/mtd3 ",
990 "expected_results": ""
991 },
992 "4": {
993 "action": "Then reboot the board and set up the environment in U-Boot: => setenv bootargs root=/dev/mtdblock3 rootfstype=jffs2 console=ttyS0,115200 ",
994 "expected_results": ""
995 }
996 },
997 "summary": "Boot_from_JFFS2_image"
998 }
999 }
1000] 948]