Skip to content

Commit

Permalink
RDKEMW-1145 - Cleaning up unit test binaries from rdkservices (#6005)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
gururaajar authored Jan 14, 2025
1 parent 5b98745 commit 724e5fa
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 2,016 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/L1-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ jobs:
headers/rdk/iarmbus
headers/rdk/iarmmgrs-hal
headers/ccec/drivers
headers/network
&&
cd headers
&&
Expand Down Expand Up @@ -201,8 +200,6 @@ jobs:
rdk/iarmmgrs-hal/mfrMgr.h
rdk/iarmmgrs-hal/pwrMgr.h
rdk/iarmmgrs-hal/sysMgr.h
network/wifiSrvMgrIarmIf.h
network/netsrvmgrIarm.h
libudev.h
rfcapi.h
rbus.h
Expand Down Expand Up @@ -241,7 +238,6 @@ jobs:
-I ${{github.workspace}}/rdkservices/Tests/headers/rdk/iarmbus
-I ${{github.workspace}}/rdkservices/Tests/headers/rdk/iarmmgrs-hal
-I ${{github.workspace}}/rdkservices/Tests/headers/ccec/drivers
-I ${{github.workspace}}/rdkservices/Tests/headers/network
-include ${{github.workspace}}/rdkservices/Tests/mocks/devicesettings.h
-include ${{github.workspace}}/rdkservices/Tests/mocks/maintenanceMGR.h
-include ${{github.workspace}}/rdkservices/Tests/mocks/pkg.h
Expand Down Expand Up @@ -286,8 +282,6 @@ jobs:
-DRDK_SERVICES_L1_TEST=ON
-DPLUGIN_HDMIINPUT=ON
-DPLUGIN_HDCPPROFILE=ON
-DPLUGIN_NETWORK=ON
-DPLUGIN_WIFIMANAGER=ON
-DPLUGIN_TRACECONTROL=ON
-DPLUGIN_WAREHOUSE=ON
-DPLUGIN_ACTIVITYMONITOR=ON
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/L2-tests-R4-4-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ jobs:
-DPLUGIN_SYSTEMSERVICES=ON
-DPLUGIN_TELEMETRY=ON
-DPLUGIN_HDCPPROFILE=ON
-DPLUGIN_NETWORK=ON
-DPLUGIN_TEXTTOSPEECH=ON
-DPLUGIN_USBACCESS=ON
-DPLUGIN_USERSETTINGS=ON
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/L2-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ jobs:
-DPLUGIN_TELEMETRY=ON
-DPLUGIN_WAREHOUSE=ON
-DPLUGIN_HDCPPROFILE=ON
-DPLUGIN_NETWORK=ON
-DPLUGIN_TEXTTOSPEECH=ON
-DPLUGIN_USBACCESS=ON
-DPLUGIN_L2Tests=ON
Expand Down
1 change: 1 addition & 0 deletions Network/Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ using namespace std;
#define API_VERSION_NUMBER_MINOR 3
#define API_VERSION_NUMBER_PATCH 13

/* Netsrvmgr Based Macros & Structures */
/* Netsrvmgr Based Macros & Structures */
#define IARM_BUS_NM_SRV_MGR_NAME "NET_SRV_MGR"
#define INTERFACE_SIZE 10
Expand Down
6 changes: 0 additions & 6 deletions Tests/L1Tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ include_directories(../../LocationSync
../../SystemServices
../../HdmiInput
../../HdcpProfile
../../Network
../../WifiManager
../../TraceControl
../../Warehouse
../../ActivityMonitor
Expand Down Expand Up @@ -123,8 +121,6 @@ link_directories(../../LocationSync
../../DeviceInfo
../../HdmiInput
../../HdcpProfile
../../Network
../../WifiManager
../../TraceControl
../../Warehouse
../../ActivityMonitor
Expand Down Expand Up @@ -167,8 +163,6 @@ target_link_libraries(${PROJECT_NAME}
${NAMESPACE}DeviceInfo
${NAMESPACE}HdmiInput
${NAMESPACE}HdcpProfile
${NAMESPACE}Network
${NAMESPACE}WifiManager
${NAMESPACE}TraceControl
${NAMESPACE}Warehouse
${NAMESPACE}ActivityMonitor
Expand Down
Loading

0 comments on commit 724e5fa

Please sign in to comment.