summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/manual
diff options
context:
space:
mode:
authorTeoh Jay Shen <jay.shen.teoh@intel.com>2021-04-22 09:11:40 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-23 10:12:08 +0100
commit495f029389a232c8c04ad8e2946b0fe58cb882c8 (patch)
tree10cca47b9ff38d4c18bc0d9c6f373156be481879 /meta/lib/oeqa/manual
parent99d8cd120104a6cf924a05a5e2910b06fc5cb4a5 (diff)
downloadpoky-495f029389a232c8c04ad8e2946b0fe58cb882c8.tar.gz
oeqa/manual/bsp-hw.json : remove ethernet_static_ip_set_in_connman and ethernet_get_IP_in_connman_via_DHCP manual test
Remove ethernet_static_ip_set_in_connman and ethernet_get_IP_in_connman_via_DHCP test as they was replaced by the new automated runtime oeqa/runtime/cases/ethernet_ip_connman.py. (From OE-Core rev: bb7d753e636c81d1a9d48210da6910c711e4f2df) Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/manual')
-rw-r--r--meta/lib/oeqa/manual/bsp-hw.json64
1 files changed, 0 insertions, 64 deletions
diff --git a/meta/lib/oeqa/manual/bsp-hw.json b/meta/lib/oeqa/manual/bsp-hw.json
index 5c3719f093..0c13d116d6 100644
--- a/meta/lib/oeqa/manual/bsp-hw.json
+++ b/meta/lib/oeqa/manual/bsp-hw.json
@@ -91,70 +91,6 @@
91 }, 91 },
92 { 92 {
93 "test": { 93 "test": {
94 "@alias": "bsps-hw.bsps-hw.ethernet_static_ip_set_in_connman",
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 the system and check internet connection is on . ",
104 "expected_results": ""
105 },
106 "2": {
107 "action": "Launch connmand-properties (up-right corner on desktop)",
108 "expected_results": ""
109 },
110 "3": {
111 "action": "Choose Ethernet device and set a valid static ip address for it. \nFor example, in our internal network, we can set as following: \nip address: 10.239.48.xxx \nMask: 255.255.255.0 \nGateway (Broadcast): 10.239.48.255",
112 "expected_results": ""
113 },
114 "4": {
115 "action": "Check the Network configuration with \"ifconfig\"",
116 "expected_results": "Static IP was set successfully \n"
117 },
118 "5": {
119 "action": "ping to another IP adress",
120 "expected_results": "Ping works correclty\n"
121 }
122 },
123 "summary": "ethernet_static_ip_set_in_connman"
124 }
125 },
126 {
127 "test": {
128 "@alias": "bsps-hw.bsps-hw.ethernet_get_IP_in_connman_via_DHCP",
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": "Launch connmand-properties (up-right corner on your desktop). ",
138 "expected_results": ""
139 },
140 "2": {
141 "action": "Check if Ethernet device can work properly with static IP, doing \"ping XXX.XXX.XXX.XXX\", once this is set.",
142 "expected_results": "Ping executed successfully . \n\n"
143 },
144 "3": {
145 "action": "Then choose DHCP method for Ethernet device in connmand-properties.",
146 "expected_results": ""
147 },
148 "4": {
149 "action": "Check with 'ifconfig\" and \"ping\" if Ethernet device get IP address via DHCP.",
150 "expected_results": "Ethernet device can get dynamic IP address via DHCP in connmand ."
151 }
152 },
153 "summary": "ethernet_get_IP_in_connman_via_DHCP"
154 }
155 },
156 {
157 "test": {
158 "@alias": "bsps-hw.bsps-hw.connman_offline_mode_in_connman-gnome", 94 "@alias": "bsps-hw.bsps-hw.connman_offline_mode_in_connman-gnome",
159 "author": [ 95 "author": [
160 { 96 {