Skip to content
Snippets Groups Projects
Commit 15b69529 authored by Walter Lozano's avatar Walter Lozano Committed by Dylan Aïssi
Browse files

Switch WiFi AP tests to run on APT


This set of tests ensures that Apertis has the support for different type
of WiFi configuration. Since our OSTree image are not shipped with hostapd
enabled a set of configurations are required to properly setup the AP.

While this is possible to in OSTree images, it is easier to do it on APT
images. Moreover, the test seems to be designed to run on APT images as
it tries to create files on a read-only file system.

Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
parent 396bea00
No related branches found
No related tags found
1 merge request!610Improve WiFi access point tests
...@@ -4,7 +4,7 @@ metadata: ...@@ -4,7 +4,7 @@ metadata:
image-types: image-types:
hmi: [ armhf ] hmi: [ armhf ]
image-deployment: image-deployment:
- OSTree - APT
type: functional type: functional
exec-type: manual exec-type: manual
priority: critical priority: critical
......
...@@ -4,7 +4,7 @@ metadata: ...@@ -4,7 +4,7 @@ metadata:
image-types: image-types:
hmi: [ armhf ] hmi: [ armhf ]
image-deployment: image-deployment:
- OSTree - APT
type: functional type: functional
exec-type: manual exec-type: manual
priority: critical priority: critical
......
...@@ -4,7 +4,7 @@ metadata: ...@@ -4,7 +4,7 @@ metadata:
image-types: image-types:
hmi: [ armhf ] hmi: [ armhf ]
image-deployment: image-deployment:
- OSTree - APT
type: functional type: functional
exec-type: manual exec-type: manual
priority: critical priority: critical
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment