verificationPoints

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
we can make a function to just def rinsebackrequest_Check(): return rinsebackrequest == 8 if this works better? but well have alot more functions elsewhere. Let us know Behrouz NematiPour but the...

we can make a function to just

def rinsebackrequest_Check():
return rinsebackrequest == 8

if this works better? but well have alot more functions elsewhere. Let us know Behrouz NematiPour but the majority of the test cases do indeed use the lambda

we the lamba because we are using the waitFor() to wait for this condition to be true. waitFor() calls the lambda multiple times until it returns True or the timeout expires.

we the lamba because we are using the waitFor() to wait for this condition to be true.

waitFor() calls the lambda multiple times until it returns True or the timeout expires.

Nicholas Ramirez Please investigate the Dial-In code.

Nicholas Ramirez Please investigate the Dial-In code.

Thanks for providing the definition of the lambda. https://devapps.diality.us/static/s73b8n/2static/images/wiki/icons/emoticons/biggrin.gif My main question is, why lambda? What is that condition i...

Thanks for providing the definition of the lambda.
My main question is, why lambda?
What is that condition in this lambda (what is rinsebackrequest == 8)?
If that has a common use case, better to be a function?

Nicholas Ramirez Could you please check why that is, what the difference is between the two, and whether there are any inconveniences with Dial-In we need to take care of?

Nicholas Ramirez Could you please check why that is, what the difference is between the two, and whether there are any inconveniences with Dial-In we need to take care of?

Does this work? Have you tested it? It seems like while all are using equal, they should overwrite the previous one. It is just a preference; if you can't find a way, that's fine to leave it as it...

Does this work?
Have you tested it?
It seems like while all are using equal, they should overwrite the previous one.

It is just a preference; if you can't find a way, that's fine to leave it as it was.

Lambda is used here to pass a condition as a function that can be evaluated repeatedly without writing a full function definition.

Lambda is used here to pass a condition as a function that can be evaluated repeatedly without writing a full function definition.

Added the separate line for each test cases, using \ getting error

Added the separate line for each test cases, using \ getting error

I have updated the step by getting the value from rejections.conf file

I have updated the step by getting the value from rejections.conf file

For TX states does not require the ".value"

For TX states does not require the ".value"

For TXStates.RINSEBACK_STOP_INIT_STATE does not require ".value"

For TXStates.RINSEBACK_STOP_INIT_STATE does not require ".value"

can each tst_ be on a line, and break these down into lines with some \ or something?

can each tst_ be on a line, and break these down into lines with some \ or something?

Please shortly explain the lambda use case her.

Please shortly explain the lambda use case her.

Same comment for the enum " .value " for the rest of the calls here.

Same comment for the enum " .value " for the rest of the calls here.

doesn't the TXStates.RINSEBACK_STOP_INIT_STATE need " .value " like the other enums?

doesn't the TXStates.RINSEBACK_STOP_INIT_STATE need " .value " like the other enums?

What is this variable? If that is the rejection reason ID: 1, I don't think we should use it this way? We need to find the reason message/text for the rejection by the rejection ID. If that is the ...

What is this variable?
If that is the rejection reason ID: 1, I don't think we should use it this way?
We need to find the reason message/text for the rejection by the rejection ID.
If that is the only case, let me know where it is used and why only one case was tested, rather than testing the rest.
The entire rejection system needs to be tested in a separate test suite if we have not already done so.

Payload has been updated and test script is working

Payload has been updated and test script is working

this payload has been updated by fw. Please update the payload as it is now failing

this payload has been updated by fw. Please update the payload as it is now failing

delete this file and its verificationPoints folder

delete this file and its verificationPoints folder

Changed TD Opmode from Standy state to Treatment state

Changed TD Opmode from Standy state to Treatment state

LDT-3714 SW Misc & Enhc - SW - 02 - New Design - Rinseback - Q&R - 15: SIT - Software Integration Tests - Squish Qt

  1. … 1 more file in changeset.
suite_leahi/tst_rinseback/verificationPoints/VP1 edited online with Bitbucket

what is this file for?

what is this file for?

you need to go to Treatment mode then change the treatmetn state

you need to go to Treatment mode then change the treatmetn state

LEAHI-TESTSUITES-LDT-2951_Rinseback - SW - 02 - Q&R
LEAHI-TESTSUITES-LDT-2951_Rinseback - SW - 02 - Q&R
LDT-2953 Rinseback - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

  1. … 2 more files in changeset.