tst_pre_treatment_foundation

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDT-2723 Trends and Screensaver Screens - SW - 02 - Trends Screen - Q&R - 15: SIT - Software Integration Tests - Squish Qt

  1. … 1 more file in changeset.
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

Updated the function

Updated the function

Using the lambda updated the function

Using the lambda updated the function

can we use utlity.set_value_based_on_target instead? or move it there

can we use utlity.set_value_based_on_target instead? or move it there

mvoe to utility

mvoe to utility

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

  1. … 1 more file in changeset.
after receiving the request for vitals send the response adn vitals data as well. also please update verifying the request as this way will always pass

after receiving the request for vitals send the response adn vitals data as well.

also please update verifying the request as this way will always pass

this does not work. if i replace 0 with 3 this still passes. please update to use the lamba and test the value like the other test cases for all these

this does not work. if i replace 0 with 3 this still passes.

please update to use the lamba and test the value like the other test cases for all these

LEAHI-TESTSUITES-LDT-2721_Trends and Screensaver Screens - SW - 02 - Trends Screen - Q&R
LEAHI-TESTSUITES-LDT-2721_Trends and Screensaver Screens - SW - 02 - Trends Screen - Q&R
do you need to add global patientDisconnectConfirmRequest before this line?

do you need to add global patientDisconnectConfirmRequest before this line?

do you need to add global bloodSetAutoEject before this line?

do you need to add global bloodSetAutoEject before this line?

LEAHI-TESTSUITES-LDT-3814_SW Misc & Enhc - SW - 02 - Usability Requests - Q&R
LEAHI-TESTSUITES-LDT-3814_SW Misc & Enhc - SW - 02 - Usability Requests - Q&R
LDT -3816 SW Misc & Enhc - SW - 02 - Usability Requests - Q&R - 15: SIT - Software Integration Tests - Squish Qt

  1. … 1 more file in changeset.
LDT -3816 SW Misc & Enhc - SW - 02 - Usability Requests - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LEAHI-TESTSUITES-LDT-3946_Post-Treatment - SW - 02 - Foundation - Q&R
LEAHI-TESTSUITES-LDT-3946_Post-Treatment - SW - 02 - Foundation - Q&R
RESOLVED

RESOLVED

RESOLVED

RESOLVED

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/"

same as: https://devapps.diality.us/cru/LEAHI-TESTSUITES-LDT-3153-1#c29805

same as:
https://devapps.diality.us/cru/LEAHI-TESTSUITES-LDT-3153-1#c29805

remove the Path.home() and use the /home/denali/ On the device, it is not even in the home folder, so the path will be entirely different. on the VM: conf_path = "/home/denali/Public/luis/config/c...

remove the Path.home() and use the /home/denali/
On the device, it is not even in the home folder, so the path will be entirely different.

on the VM:

conf_path = "/home/denali/Public/luis/config/configurations/" + Alarms/Rejections.conf

on the device, there MAY be something like this:

conf_path = "/opt/leahi/config/configurations/" + Alarms/Rejections.conf
storing general configurations folder path in config.py

storing general configurations folder path in config.py