Skip to content

Commit fd15613

Browse files
committed
tests: add lan/wan testing and wan_port feature
Signed-off-by: Paul Spooren <mail@aparcar.org>
1 parent eb9c6f5 commit fd15613

19 files changed

Lines changed: 55 additions & 0 deletions

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ __pycache__
55
console_*
66
results.json
77
alluredir/
8+
allure3
9+
ansible/host_vars
10+
env
11+
firmware

targets/bananapi_bpi-r4.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
targets:
22
main:
3+
features:
4+
- wan_port
35
resources:
46
RemotePlace:
57
name: !template "$LG_PLACE"

targets/bananapi_bpi-r64.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
targets:
22
main:
33
features:
4+
- wan_port
45
- wifi
56
resources:
67
RemotePlace:

targets/cznic_turris-omnia.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
targets:
22
main:
33
features:
4+
- wan_port
45
- wifi
56
resources:
67
RemotePlace:

targets/genexis_pulse-ex400.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
targets:
22
main:
33
features:
4+
- wan_port
45
- wifi
56
resources:
67
RemotePlace:

targets/glinet_gl-mt1300.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
targets:
22
main:
33
features:
4+
- wan_port
45
- wifi
56
resources:
67
RemotePlace:

targets/glinet_gl-mt6000.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
targets:
22
main:
33
features:
4+
- wan_port
45
- wifi
56
resources:
67
RemotePlace:

targets/linksys_e8450.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
targets:
22
main:
33
features:
4+
- wan_port
45
- wifi
56
resources:
67
RemotePlace:

targets/openwrt_one.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
targets:
22
main:
33
features:
4+
- wan_port
45
- wifi
56
resources:
67
RemotePlace:

targets/qemu-armsr-armv8.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
targets:
22
main:
3+
features:
4+
- wan_port
5+
36
resources:
47
- NetworkService:
58
# The actual address will be filled in by the strategy

0 commit comments

Comments
 (0)