From 4ee9c2522d80568a06fd366370593fc3b790df89 Mon Sep 17 00:00:00 2001 From: noaOrMlnx <58519608+noaOrMlnx@users.noreply.github.com> Date: Mon, 27 Nov 2023 17:07:18 +0200 Subject: [PATCH] Add TestSwitch missing attribute (#1327) Add a missing attribute to TestSwitch.cpp --- unittest/lib/TestSwitch.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/unittest/lib/TestSwitch.cpp b/unittest/lib/TestSwitch.cpp index 69e04d6a7..8cb25f7bc 100644 --- a/unittest/lib/TestSwitch.cpp +++ b/unittest/lib/TestSwitch.cpp @@ -37,6 +37,7 @@ TEST(Switch, updateNotifications) attrs[6].value.ptr = (void*)1; attrs[7].value.ptr = (void*)1; attrs[8].value.ptr = (void*)1; + attrs[9].value.ptr = (void*)1; attrs[0].id = SAI_SWITCH_ATTR_SWITCH_STATE_CHANGE_NOTIFY; attrs[1].id = SAI_SWITCH_ATTR_SHUTDOWN_REQUEST_NOTIFY;