Skip to content

Commit

Permalink
DELIA-66652 : Fix L2 test crash
Browse files Browse the repository at this point in the history
Reason for change: L2 segmentation fault fix
Test Procedure: L2 workflow
Risks: Med
Priority: P1
  • Loading branch information
srikanth-vv committed Oct 28, 2024
1 parent 27e7dbb commit ff35a8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/L2Tests/L2TestsPlugin/tests/Telemetry_L2Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ Telemetry_L2test::~Telemetry_L2test()
uint32_t status = Core::ERROR_GENERAL;
m_event_signalled = TELEMETRYL2TEST_STATE_INVALID;

// Deactivate System plugin since it was activated by Telemetry plugin
DeactivateService("org.rdk.System");

status = DeactivateService("org.rdk.Telemetry");
EXPECT_EQ(Core::ERROR_NONE, status);
}
Expand Down

0 comments on commit ff35a8e

Please sign in to comment.