Skip to content
Snippets Groups Projects
Commit 61c2ec13 authored by Malte Bauch's avatar Malte Bauch
Browse files

added missing device uuid fields for tests

parent 41744be8
Branches
Tags
2 merge requests!116Resolve "Transport Tests",!90Develop
Pipeline #65987 passed with warnings
......@@ -36,6 +36,7 @@ func testSetupPnd() {
func mockDevice() Device {
return Device{
Uuid: mdid,
GoStruct: nil,
SBI: &OpenConfig{},
Transport: &mocks.Transport{},
......@@ -375,6 +376,7 @@ func Test_pndImplementation_MarshalDevice(t *testing.T) {
t.Run(tt.name, func(t *testing.T) {
pnd := newPnd()
d := &Device{
Uuid: tt.args.uuid,
GoStruct: &openconfig.Device{},
SBI: nil,
Transport: nil,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment