-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Internal review] Script for issue 2451 #194
base: develop
Are you sure you want to change the base?
Conversation
|
||
--[[ Local Variables ]] | ||
local maxValue = "0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,0x11,0x12,0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x21," .. | ||
"0x22,0x23,0x24,0x25,0x26,0x27,0x28,0x29,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0x41,0x42,0x43,0x44,0x45,0x46," .. |
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 add indents
"0x22,0x23,0x24,0x25,0x26,0x27,0x28,0x29,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0x41,0x42,0x43,0x44,0x45,0x46," .. | |
"0x22,0x23,0x24,0x25,0x26,0x27,0x28,0x29,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0x41,0x42,0x43,0x44,0x45,0x46," .. |
--------------------------------------------------------------------------------------------------- | ||
-- Issue: https://github.com/smartdevicelink/sdl_core/issues/2451 | ||
--------------------------------------------------------------------------------------------------- | ||
--------------------------------------------------------------------------------------------------- |
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.
--------------------------------------------------------------------------------------------------- |
"0x98,0x99,0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80,0x90,0x9A" | ||
local tcs = { |
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.
"0x98,0x99,0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80,0x90,0x9A" | |
local tcs = { | |
"0x98,0x99,0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80,0x90,0x9A" | |
local tcs = { |
-- 3. Mobile app requests RAI | ||
-- SDL does: | ||
-- - not send supportedDiagModes parameter in RAI response in case value is out of min size | ||
-- - send supportedDiagModes value with cutted off elememts number to allowed size in RAI 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.
-- - send supportedDiagModes value with cutted off elememts number to allowed size in RAI response | |
-- - send supportedDiagModes value with cutted off elements number to allowed size in RAI response |
@VjKlepikov, please find update in 976a614 |
976a614
to
89c760e
Compare
ATF Test Scripts to check #FORDTCN-5999
This PR is ready for review.
Summary
Scripts to check 2451 issue
ATF version
latest
Changelog
Note
Both scripts are failed:
CLA