Skip to content

Commit a97ed90

Browse files
akinrosslhercot
authored andcommitted
[ignore] fix test for rogue_coop_exceptions to handle mac address validation rule change
1 parent 2b4ef6c commit a97ed90

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docs/resources/bridge_domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ resource "aci_bridge_domain" "full_example_tenant" {
103103
{
104104
annotation = "annotation_1"
105105
description = "description_1"
106-
mac = "00:00:00:00:00:00"
106+
mac = "00:00:00:00:00:03"
107107
name = "name_1"
108108
name_alias = "name_alias_1"
109109
annotations = [

examples/resources/aci_bridge_domain/resource-all-attributes.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ resource "aci_bridge_domain" "full_example_tenant" {
5555
{
5656
annotation = "annotation_1"
5757
description = "description_1"
58-
mac = "00:00:00:00:00:00"
58+
mac = "00:00:00:00:00:03"
5959
name = "name_1"
6060
name_alias = "name_alias_1"
6161
annotations = [

gen/definitions/properties.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,15 +1762,15 @@ fvRsMldsn:
17621762
fvRogueExceptionMac:
17631763
test_values:
17641764
default:
1765-
mac: "00:00:00:00:00:00"
1765+
mac: "00:00:00:00:00:01"
17661766
resource_required:
17671767
mac: "00:00:00:00:00:01"
17681768
datasource_required:
17691769
mac: "00:00:00:00:00:01"
17701770
all:
17711771
mac: "00:00:00:00:00:01"
17721772
test_values_for_parent:
1773-
- mac: "00:00:00:00:00:00"
1773+
- mac: "00:00:00:00:00:03"
17741774
- mac: "00:00:00:00:00:01"
17751775
datasource_non_existing:
17761776
mac: "00:00:00:00:00:02"

gen/testvars/fvBD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ children:
147147
rogue_coop_exceptions:
148148
- annotation: "annotation_1"
149149
description: "description_1"
150-
mac: "00:00:00:00:00:00"
150+
mac: "00:00:00:00:00:03"
151151
name: "name_1"
152152
name_alias: "name_alias_1"
153153

internal/provider/resource_aci_bridge_domain_test.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)