Dashboard

change line of code as per comment

change line of code as per comment

LDT-3062 Service - SW - 02 - Feature Configurations - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -6
    • +5
    /suite_leahi/tst_feature_options/test.py
After removing this line of code, test script got failed one time, So I keep this line of code

After removing this line of code, test script got failed one time, So I keep this line of code

Add TEST_CONFIG_TESTING_WITHOUT_TUBING_SET test configuration enum.

You are calling setAirPumpState in if and else. Consider just calling once after the if/else.

You are calling setAirPumpState in if and else. Consider just calling once after the if/else.

LDT-3600: Skip air trap fill, lowerevents and venous bubble alarm when testing without tubing set.

Add space between if and (

Add space between if and (

Bamboo Commit: Updated Branch develop For Project DD

    • binary
    /DD/BETA/DD_Debug_Beta_v0.0.0-80.out
    • binary
    /DD/BETA/DD_Debug_Beta_v0.0.0-81.out
    • binary
    /DD/BETA/DD_Release_Beta_v0.0.0-80.out
    • binary
    /DD/BETA/DD_Release_Beta_v0.0.0-81.out
Bamboo Commit: Updated DDCommon.h with build versions from Bamboo.

Merge branch 'develop' of bitbucket.org:diality-cloud/dd-firmware into develop

Merge branch 'LDT-3103-implement-closed-loop-control-f' into develop

LDT-3103 fixed lower deadband issues with d48 speed

Fixed

Fixed

LEAHI-DIALIN-LDT-3600_Request for TD Test Config for Testing without Tubing Set on TD
LEAHI-DIALIN-LDT-3600_Request for TD Test Config for Testing without Tubing Set on TD
LEAHI-TD-FIRMWARE-LDT-3600_Request for TD Test Config for Testing without Tubing Set on TD
LEAHI-TD-FIRMWARE-LDT-3600_Request for TD Test Config for Testing without Tubing Set on TD
Bamboo Commit: Updated Branch develop For Project TD

    • binary
    /TD/BETA/TD_Debug_Beta_v0.0.0-61.out
    • binary
    /TD/BETA/TD_Debug_Beta_v0.0.0-62.out
Bamboo Commit: Updated TDCommon.h with build versions from Bamboo.

Merge branch 'LDT-1840-Transmembrane-Pressure-update' into develop

LDT-1840-Transmembrane-Pressure-update

if ( TRUE == result )

if ( TRUE == result )

Since both states require no special handling, remove breaks and group with default - all modes.

Since both states require no special handling, remove breaks and group with default - all modes.

Remove comment.

Remove comment.

Add comment that all of these states require no special handling.

Add comment that all of these states require no special handling.

I think these functions (validate and signal) should be "test" functions and moved down to Dialin test functions section below - for all modes.

I think these functions (validate and signal) should be "test" functions and moved down to Dialin test functions section below - for all modes.

Add comment that no action is required for these modes - defaulting to invalid request.

Add comment that no action is required for these modes - defaulting to invalid request.

I think this switch should be on requested mode - we haven't changed modes yet.

I think this switch should be on requested mode - we haven't changed modes yet.

We have 1 param (and probably should have 2 params - requested mode and submode).

We have 1 param (and probably should have 2 params - requested mode and submode).

currentMode is an input.

currentMode is an input.

I think this validate function needs to know the requested mode as well - should have 2 params.

I think this validate function needs to know the requested mode as well - should have 2 params.

Are we not supporting sub mode requests for these modes?

Are we not supporting sub mode requests for these modes?