Skip to content

Commit

Permalink
variables.robot: add vp3210 config
Browse files Browse the repository at this point in the history
Signed-off-by: Wiktor Mowinski <[email protected]>
  • Loading branch information
wiktormowinski authored and macpijan committed Dec 13, 2024
1 parent f9cd300 commit b89f7ca
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions variables.robot
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,18 @@ ${OS_UBUNTU}= ubuntu
... platform=protectli-vp3230
... platform_vendor=protectli
... sonoff_ip=192.168.10.27

# 3mdeb Protectli VP2430 -----------------------------------------------------
&{RTE68}= ip=192.168.10.18
... platform=protectli-vp2430
... platform_vendor=protectli

# Protectli VP3210
&{RTE69}= ip=192.168.10.211
... platform=protectli-vp3210
... platform_vendor=protectli
... sonoff_ip=192.168.10.195

@{RTE_LIST}= &{RTE05}
... &{RTE06} &{RTE07} &{RTE08} &{RTE09} &{RTE10}
... &{RTE11} &{RTE12} &{RTE13} &{RTE14} &{RTE15}
Expand All @@ -260,7 +267,7 @@ ${OS_UBUNTU}= ubuntu
... &{RTE51} &{RTE52} &{RTE53} &{RTE54} &{RTE55}
... &{RTE56} &{RTE57} &{RTE58} &{RTE59} &{RTE60}
... &{RTE61} &{RTE62} &{RTE63} &{RTE64} &{RTE65}
... &{RTE66} &{RTE67} &{RTE68}
... &{RTE66} &{RTE67} &{RTE68} &{RTE69}
# hardware database:
# -----------------------------------------------------------------------------
&{HDD01}= vendor=SAMSUNG volume=500GB type=HDD_Storage
Expand Down Expand Up @@ -502,6 +509,7 @@ ${OS_UBUNTU}= ubuntu
@{CONFIG50}= &{RTE66} &{SSD18} # Borrowed from NV41PZ
@{CONFIG51}= &{RTE67} &{USB11}
@{CONFIG52}= &{RTE68} &{USB12} &{SSD18}
@{CONFIG53}= &{RTE69} &{USB11}

@{CONFIG_LIST}= @{CONFIG01} @{CONFIG02} @{CONFIG03} @{CONFIG04}
... @{CONFIG05} @{CONFIG06} @{CONFIG08} @{CONFIG09}
Expand All @@ -515,4 +523,4 @@ ${OS_UBUNTU}= ubuntu
... @{CONFIG38} @{CONFIG39} @{CONFIG40}
... @{CONFIG42} @{CONFIG43} @{CONFIG44} @{CONFIG45}
... @{CONFIG46} @{CONFIG47} @{CONFIG48} @{CONFIG49}
... @{CONFIG50} @{CONFIG51}
... @{CONFIG50} @{CONFIG51} @{CONFIG52} @{CONFIG53}

0 comments on commit b89f7ca

Please sign in to comment.