Skip to content

Commit

Permalink
Resolved GitHub issue CiscoDevNet#1053
Browse files Browse the repository at this point in the history
  • Loading branch information
ygorelik committed Aug 9, 2021
1 parent 3407ed8 commit c91f91a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
#### New features and enhancements
* Create go wrapper for NetconfSession and other path APIs ([#779](https://github.com/CiscoDevNet/ydk-gen/issues/779))

#### Resolved GitHub issues
* Go function EntityEqual result depends on parameters order ([#1053](https://github.com/CiscoDevNet/ydk-gen/issues/1053))


### 2021-05-30 version 0.8.5.2

Expand Down
3 changes: 3 additions & 0 deletions sdk/go/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
#### New features and enhancements
* Create go wrapper for NetconfSession and other path APIs ([#779](https://github.com/CiscoDevNet/ydk-gen/issues/779))

#### Resolved GitHub issues
* Go function EntityEqual result depends on parameters order ([#1053](https://github.com/CiscoDevNet/ydk-gen/issues/1053))


### 2021-04-30 version 0.8.5.2

Expand Down
3 changes: 3 additions & 0 deletions sdk/go/gnmi/tests/gnmi_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,9 @@ func (suite *GnmiServiceTestSuite) TestCrudSingle() {
// Read all
ifcFilter := ysanity_int.Interfaces_Interface{}
ifcFilter.Name = "Loopback10"
ifcs := ysanity_int.Interfaces{}
ifcs.Interface = append(ifcs.Interface, &ifcFilter)
types.SetAllParents(&ifcs)

readIfc := crud.Read(&suite.Provider, &ifcFilter)
suite.NotNil(readIfc)
Expand Down

0 comments on commit c91f91a

Please sign in to comment.