Skip to content

Commit ac61638

Browse files
committed
Updates based on copilot reviews.
1 parent 58c1a53 commit ac61638

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/python_testing/TC_DGGEN_2_1.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@ async def test_TC_DGGEN_2_1_Py(self):
132132

133133
ctrl = self.default_controller
134134

135-
# CI-specific setup: Set uptime > 2 hours for CI testing
135+
# CI-specific setup: Set TotalOperationalHours > 2 hours for CI testing
136136
if self.is_pics_sdk_ci_only:
137-
logging.info("CI environment detected - setting uptime > 2 hours via named pipe")
137+
logging.info("CI environment detected - setting TotalOperationalHours > 2 hours via named pipe")
138138
# Set TotalOperationalHours to 3 hours for CI testing
139139
self.write_to_app_pipe({"Name": "SetTotalOperationalHours", "Hours": 3})
140-
logging.info("Uptime manipulation completed for CI")
140+
logging.info("TotalOperationalHours manipulation completed for CI")
141141

142142
# Step 1: TotalOperationalHours > 2
143143
self.step(1)

0 commit comments

Comments
 (0)