Skip to content
Snippets Groups Projects

Migrate yang models in monorepo

Merged Ghost User requested to merge istaester/migrate-yang-models into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -267,7 +267,7 @@ func Test_pndImplementation_MarshalDevice(t *testing.T) {
@@ -267,7 +267,7 @@ func Test_pndImplementation_MarshalDevice(t *testing.T) {
{
{
name: "default",
name: "default",
args: args{did},
args: args{did},
want: "{\n\t\"Acl\": null,\n\t\"Bgp\": null,\n\t\"Components\": null,\n\t\"Interfaces\": null,\n\t\"LocalRoutes\": null,\n\t\"Messages\": null,\n\t\"NetworkInstances\": null,\n\t\"RoutingPolicy\": null,\n\t\"System\": null\n}",
want: "{\n\t\"Acl\": null,\n\t\"Bfd\": null,\n\t\"Components\": null,\n\t\"Interfaces\": null,\n\t\"Keychains\": null,\n\t\"LocalRoutes\": null,\n\t\"Messages\": null,\n\t\"NetworkInstances\": null,\n\t\"RoutingPolicy\": null,\n\t\"System\": null\n}",
wantErr: false,
wantErr: false,
},
},
}
}
Loading