Skip to content

Commit 069805e

Browse files
committed
test: Add CTS for Sysman Freq & Power telemetry collection Overhead
Related-To: VLCLJ-2294 Signed-off-by: B, Vishnu Khanth <[email protected]>
1 parent 906acec commit 069805e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

conformance_tests/sysman/test_sysman_frequency/src/test_sysman_frequency.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,7 @@ TEST_F(
769769
}
770770
}
771771

772+
#ifdef __linux__
772773
TEST_F(
773774
FREQUENCY_TEST,
774775
GivenValidDeviceWhenCallingFrequencyGetStateMultipleTimesThenExpectFirstCallIsSlowerThanSubsequentCalls) {
@@ -812,5 +813,6 @@ TEST_F(
812813
FAIL() << "No handles found in any of the devices!";
813814
}
814815
}
816+
#endif
815817

816818
} // namespace

conformance_tests/sysman/test_sysman_power/src/test_sysman_power.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1271,6 +1271,7 @@ TEST_F(
12711271
}
12721272
}
12731273

1274+
#ifdef __linux__
12741275
TEST_F(
12751276
POWER_TEST,
12761277
GivenValidDeviceWhenCallingPowerGetEnergyCountersMultipleTimesThenExpectFirstCallIsSlowerThanSubsequentCalls) {
@@ -1314,5 +1315,6 @@ TEST_F(
13141315
FAIL() << "No handles found in any of the devices!";
13151316
}
13161317
}
1318+
#endif
13171319

13181320
} // namespace

0 commit comments

Comments
 (0)