From d093e7e202fb061d187e60a4fc7b29ec0ef5cbfb Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 1 Nov 2020 09:09:04 +0100 Subject: Testsuite: always load WiFi HW simulation module --- scripts/check-qemu-install | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scripts') diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index 2632a5e4..177adf2f 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -293,6 +293,12 @@ try: # additional settling time time.sleep(20) + ################################################ + # Always load the WiFi simulation module + ################################################ + c.sendline('sudo modprobe mac80211_hwsim') + c.expect(r'vyos@vyos:~\$') + ################################################# # Start/stop config daemon ################################################# -- cgit v1.2.3