Skip to content

Commit 3bdf632

Browse files
committed
Rename testcase name for clarity
1 parent 2d77a95 commit 3bdf632

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/sonic-yang-models/tests/yang_model_tests/tests/vlan.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@
126126
"desc": "Configure a VLAN interface with reference to a non-existent VNET.",
127127
"eStrKey": "LeafRef"
128128
},
129-
"VLAN_INTERFACE_WITH_MISSING_VNET_MODULE": {
130-
"desc": "Attempt to reference VNET name without the VNET module being present.",
129+
"VLAN_INTERFACE_WITH_MISSING_VNET": {
130+
"desc": "Attempt to reference VNET name without the VNET being present.",
131131
"eStrKey": "LeafRef"
132132
}
133133
}

src/sonic-yang-models/tests/yang_model_tests/tests/vlan_sub_interface.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
"VLAN_SUB_INTERFACE_WITH_VNET_PORTCHANNEL": {
7171
"desc": "Configure PortChannel VLAN sub interface with VNET reference."
7272
},
73-
"VLAN_SUB_INTERFACE_WITH_MISSING_VNET_MODULE": {
74-
"desc": "Configure VLAN sub interface with VNET reference but no VNET module.",
73+
"VLAN_SUB_INTERFACE_WITH_MISSING_VNET": {
74+
"desc": "Configure VLAN sub interface with VNET reference but no VNET exsiting.",
7575
"eStrKey": "LeafRef"
7676
}
7777
}

src/sonic-yang-models/tests/yang_model_tests/tests_config/vlan.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@
10751075
}
10761076
},
10771077

1078-
"VLAN_INTERFACE_WITH_MISSING_VNET_MODULE": {
1078+
"VLAN_INTERFACE_WITH_MISSING_VNET": {
10791079
"sonic-vlan:sonic-vlan": {
10801080
"sonic-vlan:VLAN": {
10811081
"VLAN_LIST": [

src/sonic-yang-models/tests/yang_model_tests/tests_config/vlan_sub_interface.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@
747747
}
748748
}
749749
},
750-
"VLAN_SUB_INTERFACE_WITH_MISSING_VNET_MODULE": {
750+
"VLAN_SUB_INTERFACE_WITH_MISSING_VNET": {
751751
"sonic-vlan-sub-interface:sonic-vlan-sub-interface": {
752752
"sonic-vlan-sub-interface:VLAN_SUB_INTERFACE": {
753753
"VLAN_SUB_INTERFACE_LIST": [

0 commit comments

Comments
 (0)