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

Subscribers

People subscribed via source and target branches