-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Created script for Defect 2432 #2008
Created script for Defect 2432 #2008
Conversation
common.getMobileSession():ExpectResponse(cid, { success = true, resultCode = "SUCCESS" }) | ||
:ValidIf(function(_, data) | ||
if data.payload.info then | ||
return false, "Unexpected parameter in SDL response" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please define that unexpected parameter in response, and in what response:
"Unexpected parameter 'info' in DialNumber response"
b645810
to
8378e82
Compare
PR is rebased on actual develop(a7db5cc) branch |
Script is applicable for all policy flows and transport types. PTU with corresponding policies has been added. |
PR is still relevant. |
@jordynmackool, PR is ready for Livio review. |
ATF Test Scripts to check #2432
This PR is ready for review.
Summary
A set of test scripts to verify that issue is fixed
ATF version
develop
Changelog
CLA