Skip to content

Commit

Permalink
test: System testcase codecov (#820)
Browse files Browse the repository at this point in the history
* test: system testcase added

- testcase added for system module for code coverage

Signed-off-by: Guru Mehar Rachaputi <[email protected]>

* test: system testcase added

- testcase added for system module for code coverage

Signed-off-by: Guru Mehar Rachaputi <[email protected]>

---------

Signed-off-by: Guru Mehar Rachaputi <[email protected]>
Co-authored-by: Michał Cieślar <[email protected]>
  • Loading branch information
00thirdeye00 and cieslarmichal authored Jul 18, 2024
1 parent 0a9b756 commit fc2f44f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/modules/system/system_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,13 @@ TEST_F(SystemTest, NetworkInterfaceMethodTest)
const auto result5 = networkInterface(options5);

ASSERT_TRUE(!result5.empty());

NetworkInterfaceOptions options6;
options6.interfaceSchema = "slot";

const auto result6 = networkInterface(options6);

ASSERT_TRUE(!result6.empty());
}

TEST_F(SystemTest, ValidCronExpression)
Expand Down

0 comments on commit fc2f44f

Please sign in to comment.