Merge ~alfonsosanchezbeato/snappy-hwe-snaps/+git/engineering-tests:wifi-ap-clarify into ~snappy-hwe-team/snappy-hwe-snaps/+git/engineering-tests:master

Proposed by Alfonso Sanchez-Beato
Status: Merged
Approved by: Simon Fels
Approved revision: 2547205f639b6f5284c0f0082b75cb50a80d971d
Merged at revision: 834892b6539b52afd29cff9ade2b5bd5498c88f4
Proposed branch: ~alfonsosanchezbeato/snappy-hwe-snaps/+git/engineering-tests:wifi-ap-clarify
Merge into: ~snappy-hwe-team/snappy-hwe-snaps/+git/engineering-tests:master
Diff against target: 31 lines (+11/-1)
1 file modified
tests/units/wifi-ap.pxu (+11/-1)
Reviewer Review Type Date Requested Status
Matteo Croce (community) Approve
Simon Fels Approve
Review via email: mp+306238@code.launchpad.net

Commit message

Clarify interface connections for wifi-ap

The interface connections for wifi-ap depend on whether the system is
full-snap based or not.

Description of the change

Clarify interface connections for wifi-ap

The interface connections for wifi-ap depend on whether the system is
full-snap based or not.

To post a comment you must log in.
Revision history for this message
Simon Fels (morphis) wrote :

LGTM

review: Approve
Revision history for this message
Matteo Croce (teknoraver) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/tests/units/wifi-ap.pxu b/tests/units/wifi-ap.pxu
2index acd2225..78ee075 100644
3--- a/tests/units/wifi-ap.pxu
4+++ b/tests/units/wifi-ap.pxu
5@@ -18,15 +18,25 @@ _steps:
6 .
7 $ sudo snap connect wifi-ap:firewall-control ubuntu-core:firewall-control
8 $ sudo snap connect wifi-ap:network-control ubuntu-core:network-control
9+
10+ For snaps on Classic:
11 $ sudo snap connect wifi-ap:network-manager ubuntu-core:network-manager
12+
13+ For full-snap based system (note that you need to install first
14+ network-manager snap in this case):
15+ $ sudo snap install network-manager
16 $ sudo snap connect wifi-ap:network-manager network-manager:service
17 .
18 _verification:
19 Verify that you see the following when running snap interfaces:
20 :network-bind wifi-ap
21 :network-control wifi-ap
22+
23+ For snaps on Classic:
24 :network-manager wifi-ap
25- network-manager:servic wifi-ap:network-manager
26+
27+ For full-snap based system:
28+ network-manager:service wifi-ap:network-manager
29
30 id: wifi_ap/configuration/get_all
31 category_id: wifi_ap

Subscribers

People subscribed via source and target branches