Skip to content

Commit

Permalink
Modify tests to only use bridge and ether1
Browse files Browse the repository at this point in the history
  • Loading branch information
gfenn-newbury committed Dec 21, 2021
1 parent f96c90e commit a465c05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion routeros/resource_interface_bridge_port_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ provider "routeros" {
resource "routeros_interface_bridge_port" "test_port" {
bridge = "bridge"
interface = "ether2"
interface = "ether1"
pvid = 200
disabled = true
}
Expand Down
4 changes: 2 additions & 2 deletions routeros/resource_interface_bridge_vlan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ provider "routeros" {
resource "routeros_interface_bridge_vlan" "test_vlan" {
bridge = "bridge"
untagged = ["sfp-sfpplus1"]
tagged = ["bridge","ether1"]
untagged = ["ether1"]
tagged = ["bridge"]
vlan_id = 200
}
Expand Down

0 comments on commit a465c05

Please sign in to comment.