Vendor - TEL - Shivaprasad Basavaraju

LDT-3122 Blood Prime - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -23
    • +48
    /suite_leahi/tst_blood_prime/test.py
Merge remote-tracking branch 'origin/staging' into feature/LDT-2721-trends-and-screensaver-screens

    • -6
    • +22
    /suite_leahi/shared/scripts/names.py
moved to utility.py as per comment

moved to utility.py as per comment

moved to utility.py as per comment

moved to utility.py as per comment

LDT-2723 Trends and Screensaver Screens - SW - 02 - Trends Screen - Q&R - 15: SIT - Software Integration Tests - Squish Qt

suite_leahi/tst_solution_infusion/test.py edited online with Bitbucket

LDT-4577 NON-FEATURE: SW Misc & Enhc - SW - 02 - SW Integration - Fluid Bolus - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -0
    • +182
    /suite_leahi/tst_fluid_bolus/test.py
added global bloodSetAutoEject as per comment

added global bloodSetAutoEject as per comment

added global patientDisconnectConfirmRequest as per comment

added global patientDisconnectConfirmRequest as per comment

LDT-3948 Post-Treatment - SW - 02 - Foundation - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -2
    • +9
    /suite_leahi/tst_blood_set_auto/test.py
LDT-3948 Post-Treatment - SW - 02 - Foundation - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -6
    • +22
    /suite_leahi/shared/scripts/names.py
    • -2
    • +2
    /suite_leahi/tst_settings_service/test.py
LDT-2723 Trends and Screensaver Screens - SW - 02 - Trends Screen - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT-2723 Trends and Screensaver Screens - SW - 02 - Trends Screen - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -18
    • +2
    /suite_leahi/shared/scripts/names.py
Merge remote-tracking branch 'origin/staging' into feature/LDT-3946-post-treatment-sw-02-foundation

update of current branch

LDT-2723 Trends and Screensaver Screens - SW - 02 - Trends Screen - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -0
    • +20
    /suite_leahi/shared/scripts/names.py
LDT-2723 Trends and Screensaver Screens - SW - 02 - Trends Screen - Q&R - 15: SIT - Software Integration Tests - Squish Qt

trends and screensaver merging

Merge remote-tracking branch 'origin/staging' into feature/LDT-2721-trends-and-screensaver-screens

Now added function that return configuration folder path def configuration_folder_path(): """ Check for Path.home() is /home/denali then return configuration folder location else return Device conf...

Now added function that return configuration folder path
def configuration_folder_path():
"""
Check for Path.home() is /home/denali then return configuration folder location
else return Device configuration folder location
"""
home_dir = str(Path.home())
if home_dir == "/home/denali":
return "/home/denali/Public/luis/config/configurations/"
else:
return "/opt/leahi/config/configurations/"

Now added function that return configuration folder path def configuration_folder_path(): """ Check for Path.home() is /home/denali then return configuration folder location else return Device conf...

Now added function that return configuration folder path
def configuration_folder_path():
"""
Check for Path.home() is /home/denali then return configuration folder location
else return Device configuration folder location
"""
home_dir = str(Path.home())
if home_dir == "/home/denali":
return "/home/denali/Public/luis/config/configurations/"
else:
return "/opt/leahi/config/configurations/"

LDT-3155 Blood Set Auto-Load and Auto-Eject - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -1
    • +1
    /suite_leahi/tst_blood_set_auto/test.py
LDT-3871 SW Misc & Enhc - SW - 02 - General Alarm - Temporary Break - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT-3155 Blood Set Auto-Load and Auto-Eject - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

Merge branch 'staging' into feature/LDT-3153-Blood-Set-Auto-Load-and-Auto-Eject

    • -0
    • +18
    /suite_leahi/shared/scripts/names.py
LDT-3948 Post-Treatment - SW - 02 - Foundation - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT-3948 Post-Treatment - SW - 02 - Foundation - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT-3948 Post-Treatment - SW - 02 - Foundation - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT-3909 Misc SW Enhancements - SW - 02 - General Aesthetics - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -7
    • +11
    /suite_leahi/tst_main_treatment/test.py
storing general configurations folder path in config.py

storing general configurations folder path in config.py

changed direct file path to dynamic user perspective and storing general configurations folder path in config.py

changed direct file path to dynamic user perspective and storing general configurations folder path in config.py