Skip to content

Commit 724e5fa

Browse files
authored
RDKEMW-1145 - Cleaning up unit test binaries from rdkservices (rdkcentral#6005)
Reason for change: Removed network and wifi plugin from unit test execution Test Procedure: Build and verified with unit test .yml Risks: Low Priority: P1 Signed-off-by: Gururaaja ESR <[email protected]>
1 parent 5b98745 commit 724e5fa

File tree

7 files changed

+1
-2016
lines changed

7 files changed

+1
-2016
lines changed

.github/workflows/L1-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ jobs:
169169
headers/rdk/iarmbus
170170
headers/rdk/iarmmgrs-hal
171171
headers/ccec/drivers
172-
headers/network
173172
&&
174173
cd headers
175174
&&
@@ -201,8 +200,6 @@ jobs:
201200
rdk/iarmmgrs-hal/mfrMgr.h
202201
rdk/iarmmgrs-hal/pwrMgr.h
203202
rdk/iarmmgrs-hal/sysMgr.h
204-
network/wifiSrvMgrIarmIf.h
205-
network/netsrvmgrIarm.h
206203
libudev.h
207204
rfcapi.h
208205
rbus.h
@@ -241,7 +238,6 @@ jobs:
241238
-I ${{github.workspace}}/rdkservices/Tests/headers/rdk/iarmbus
242239
-I ${{github.workspace}}/rdkservices/Tests/headers/rdk/iarmmgrs-hal
243240
-I ${{github.workspace}}/rdkservices/Tests/headers/ccec/drivers
244-
-I ${{github.workspace}}/rdkservices/Tests/headers/network
245241
-include ${{github.workspace}}/rdkservices/Tests/mocks/devicesettings.h
246242
-include ${{github.workspace}}/rdkservices/Tests/mocks/maintenanceMGR.h
247243
-include ${{github.workspace}}/rdkservices/Tests/mocks/pkg.h
@@ -286,8 +282,6 @@ jobs:
286282
-DRDK_SERVICES_L1_TEST=ON
287283
-DPLUGIN_HDMIINPUT=ON
288284
-DPLUGIN_HDCPPROFILE=ON
289-
-DPLUGIN_NETWORK=ON
290-
-DPLUGIN_WIFIMANAGER=ON
291285
-DPLUGIN_TRACECONTROL=ON
292286
-DPLUGIN_WAREHOUSE=ON
293287
-DPLUGIN_ACTIVITYMONITOR=ON

.github/workflows/L2-tests-R4-4-1.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ jobs:
270270
-DPLUGIN_SYSTEMSERVICES=ON
271271
-DPLUGIN_TELEMETRY=ON
272272
-DPLUGIN_HDCPPROFILE=ON
273-
-DPLUGIN_NETWORK=ON
274273
-DPLUGIN_TEXTTOSPEECH=ON
275274
-DPLUGIN_USBACCESS=ON
276275
-DPLUGIN_USERSETTINGS=ON

.github/workflows/L2-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ jobs:
232232
-DPLUGIN_TELEMETRY=ON
233233
-DPLUGIN_WAREHOUSE=ON
234234
-DPLUGIN_HDCPPROFILE=ON
235-
-DPLUGIN_NETWORK=ON
236235
-DPLUGIN_TEXTTOSPEECH=ON
237236
-DPLUGIN_USBACCESS=ON
238237
-DPLUGIN_L2Tests=ON

Network/Network.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ using namespace std;
3737
#define API_VERSION_NUMBER_MINOR 3
3838
#define API_VERSION_NUMBER_PATCH 13
3939

40+
/* Netsrvmgr Based Macros & Structures */
4041
/* Netsrvmgr Based Macros & Structures */
4142
#define IARM_BUS_NM_SRV_MGR_NAME "NET_SRV_MGR"
4243
#define INTERFACE_SIZE 10

Tests/L1Tests/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ include_directories(../../LocationSync
7979
../../SystemServices
8080
../../HdmiInput
8181
../../HdcpProfile
82-
../../Network
83-
../../WifiManager
8482
../../TraceControl
8583
../../Warehouse
8684
../../ActivityMonitor
@@ -123,8 +121,6 @@ link_directories(../../LocationSync
123121
../../DeviceInfo
124122
../../HdmiInput
125123
../../HdcpProfile
126-
../../Network
127-
../../WifiManager
128124
../../TraceControl
129125
../../Warehouse
130126
../../ActivityMonitor
@@ -167,8 +163,6 @@ target_link_libraries(${PROJECT_NAME}
167163
${NAMESPACE}DeviceInfo
168164
${NAMESPACE}HdmiInput
169165
${NAMESPACE}HdcpProfile
170-
${NAMESPACE}Network
171-
${NAMESPACE}WifiManager
172166
${NAMESPACE}TraceControl
173167
${NAMESPACE}Warehouse
174168
${NAMESPACE}ActivityMonitor

0 commit comments

Comments
 (0)