Merge ~alexghiti/ubuntu-manual-tests:int/alex/fix_licheerv_wifi into ubuntu-manual-tests:main

Proposed by Alexandre Ghiti
Status: Merged
Merged at revision: 9093b726512c911ec25008c8670c6985597d21e0
Proposed branch: ~alexghiti/ubuntu-manual-tests:int/alex/fix_licheerv_wifi
Merge into: ubuntu-manual-tests:main
Diff against target: 47 lines (+33/-1)
1 file modified
testcases/image/1756_Install LicheeRV (+33/-1)
Reviewer Review Type Date Requested Status
Brian Murray Approve
Review via email: mp+431828@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Brian Murray (brian-murray) wrote :

I've merged this and updated the server.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/testcases/image/1756_Install LicheeRV b/testcases/image/1756_Install LicheeRV
2index 69b71cb..1f23e4b 100755
3--- a/testcases/image/1756_Install LicheeRV
4+++ b/testcases/image/1756_Install LicheeRV
5@@ -21,9 +21,41 @@ The scope of this test is to ensure that riscv64+licheerv image boots from SD ca
6 <dd>Set new password</dd>
7 <dd>Confirm the new password</dd>
8 <dt>Perform Wifi testing</dt>
9+ <dd>Make sure licheerv-rtl8723ds-dkms is installed, otherwise, install it: </dd>
10+ <dd>$ sudo apt install licheerv-rtl8723ds-dkms </dd>
11+ <dd>It will take quite some time to build, the output of the above command should look like this:.</dd>
12+ <dd>Preparing to unpack licheerv-rtl8723ds-dkms </dd>
13+ <dd>Module licheerv-rtl8723ds-1.0 for kernel 5.17.0-1003-allwinner </dd>
14+ <dd>Unpacking licheerv-rtl8723ds-dkms (1.0-0ubuntu1) ... </dd>
15+ <dd>Setting up licheerv-rtl8723ds-dkms (1.0-0ubuntu1) ... </dd>
16+ <dd>Loading new licheerv-rtl8723ds-1.0 DKMS files... </dd>
17+ <dd>Building for 5.17.0-1003-allwinner </dd>
18+ <dd>Building initial module for 5.17.0-1003-allwinner </dd>
19+ <dd>Done.</dd>
20+ <dd>8723ds.ko:</dd>
21+ <dd>Running module version sanity check.</dd>
22+ <dd> - Original module</dd>
23+ <dd> - No original module exists within this kernel</dd>
24+ <dd> - Installation</dd>
25+ <dd> - Installing to /lib/modules/5.17.0-1003-allwinner/updates/dkms/</dd>
26+ <dd>depmod........................</dd>
27 <dd>You should see a wlan0 interface by typing:</dd>
28 <dd>$ ip a </dd>
29- <dd>Try to connect to local network by using the following netplan configuration file</dd>
30+ <dd>1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group defaul0</dd>
31+ <dd> link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00</dd>
32+ <dd> inet 127.0.0.1/8 scope host lo</dd>
33+ <dd> valid_lft forever preferred_lft forever</dd>
34+ <dd> inet6 ::1/128 scope host</dd>
35+ <dd> valid_lft forever preferred_lft forever</dd>
36+ <dd>2: usb0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOW0</dd>
37+ <dd> link/ether ae:12:05:64:8e:2c brd ff:ff:ff:ff:ff:ff</dd>
38+ <dd>3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group def0</dd>
39+ <dd> link/ether 34:20:03:2a:0d:0c brd ff:ff:ff:ff:ff:ff</dd>
40+ <dd> inet 192.168.1.28/24 metric 600 brd 192.168.1.255 scope global dynamic wlan0</dd>
41+ <dd> valid_lft 86393sec preferred_lft 86393sec</dd>
42+ <dd> inet6 fe80::3620:3ff:fe2a:d0c/64 scope link</dd>
43+ <dd> valid_lft forever preferred_lft forever</dd>
44+ <dd>Try to connect to local network by using the following netplan configuration file to store at /etc/netplan/wifi.yaml</dd>
45 <dd> network:</dd>
46 <dd> version: 2</dd>
47 <dd> renderer: networkd</dd>

Subscribers

People subscribed via source and target branches