Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
where is the rejection.conf? I don't see that in the CR.

where is the rejection.conf?
I don't see that in the CR.

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

Same as the previous comments I wrote to make it compatible with the device and the VM, the base folders are different, and it's not always on the HOME.

Same as the previous comments I wrote to make it compatible with the device and the VM, the base folders are different, and it's not always on the HOME.

RESOLVED

RESOLVED

RESOLVED

RESOLVED

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

Updated the test script with TDTreaRinsebackStates

Updated the test script with TDTreaRinsebackStates

As per suggestion using TDTreaRinsebackStates in test script

As per suggestion using TDTreaRinsebackStates in test script

I have updated the step by getting the value from rejections.conf file. For all the rejections message we will create new test script

I have updated the step by getting the value from rejections.conf file. For all the rejections message we will create new test script

Change the name to ArterialWindow, Art is so confusing.

Change the name to ArterialWindow, Art is so confusing.

i am good with the implementaiton

i am good with the implementaiton

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

Thanks for the clarification. RESOLVED.

Thanks for the clarification.
RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

yes Behrouz NematiPour this is not part of the pre tx anymore and the changes to this common file is happening in another test case

yes Behrouz NematiPour this is not part of the pre tx anymore and the changes to this common file is happening in another test case

the default timeout for the squish API is 20000ms and i thought 20 seconds was too long so we lowered it. I think there is a way to edit this default in the squish test suite settings

the default timeout for the squish API is 20000ms and i thought 20 seconds was too long so we lowered it. I think there is a way to edit this default in the squish test suite settings

i agree lets use the definitions in td_defs as these are the most updated ones and use TDTreaRinsebackStates.RINSEBACK_STOP_INIT_STATE.value

i agree lets use the definitions in td_defs as these are the most updated ones and use TDTreaRinsebackStates.RINSEBACK_STOP_INIT_STATE.value