@@ -1188,7 +1188,6 @@ func TestValidateEditConfig_Create_Semantic_AdditionalInvalidNode_Negative(t *te
1188
1188
unloadConfigDB (rclient , depDataMap )
1189
1189
}
1190
1190
1191
- /*
1192
1191
func TestValidateEditConfig_Create_Semantic_MissingMandatoryNode_Negative (t * testing.T ) {
1193
1192
1194
1193
cfgData := []cvl.CVLEditConfigData {
@@ -1214,7 +1213,6 @@ func TestValidateEditConfig_Create_Semantic_MissingMandatoryNode_Negative(t *tes
1214
1213
t .Errorf ("Config Validation failed -- error details %v" , cvlErrInfo )
1215
1214
}
1216
1215
}
1217
- */
1218
1216
1219
1217
func TestValidateEditConfig_Create_Syntax_Invalid_Negative (t * testing.T ) {
1220
1218
@@ -3819,7 +3817,6 @@ func TestValidateEditConfig_Multi_Delete_MultiKey_Same_Session_Positive(t *testi
3819
3817
unloadConfigDB (rclient , depDataMap )
3820
3818
}
3821
3819
3822
- /*
3823
3820
func TestValidateEditConfig_Update_Leaf_List_Max_Elements_Negative (t * testing.T ) {
3824
3821
depDataMap := map [string ]interface {}{
3825
3822
"VLAN" : map [string ]interface {} {
@@ -3860,7 +3857,6 @@ func TestValidateEditConfig_Update_Leaf_List_Max_Elements_Negative(t *testing.T)
3860
3857
cvl .ValidationSessClose (cvSess )
3861
3858
unloadConfigDB (rclient , depDataMap )
3862
3859
}
3863
- */
3864
3860
3865
3861
func TestValidationTimeStats (t * testing.T ) {
3866
3862
cvl .ClearValidationTimeStats ()
@@ -3904,4 +3900,4 @@ func TestValidationTimeStats(t *testing.T) {
3904
3900
if (stats .Hits != 0 || stats .Time != 0 || stats .Peak != 0 ) {
3905
3901
t .Errorf ("TestValidationTimeStats : clearing stats failed" )
3906
3902
}
3907
- }
3903
+ }
0 commit comments