Conversation
dboltovskyi
requested changes
Jan 22, 2018
| ATF *core* lua-scripts provides API for SDL easy manipulation: | ||
| - Start and stop SDL | ||
| - Emulation websocket HMI, HMI interfaces registration and subscription | ||
| - Emulation TCP mobile connection and FORD protocol session establishing |
|
|
||
| ### 2.3. Business Goals | ||
|
|
||
| ATF system allows to automatize SDL regression testing and decreasing functional end regression costs. |
|
|
||
| The picture below shows ATF overview. | ||
|
|
||
| ||| |
Collaborator
There was a problem hiding this comment.
@aderiabin Currently in view mode this three pipes displayed as is: |||
Please fix this in other files as well
| - ***Launch*** declares command line arguments and execute all left parameters as ***User Scripts*** | ||
| - *Constraints* | ||
| - Needs to be run by ***C++ Core*** | ||
| - *Note:* ATF provides *run_tests.sh* script for automation run ***Launch*** by ***C++ Core*** |
Collaborator
There was a problem hiding this comment.
@aderiabin As far as I know current script name is start.sh
| - *Responsibility* | ||
| - Test cases consecutive execution | ||
| - Each test case verification check: | ||
| - ***User Script*** expectation |
|  | ||
| ||| | ||
|
|
||
| !!! MAY |
Collaborator
There was a problem hiding this comment.
@aderiabin Is this section going to be reworked? Or why so many !!! signs here?
|
|
||
| - Logging ATF input and output data | ||
| - Storing SDL Core logs with a TCP SDL Core logger | ||
| - Testing report with Test Cases results No newline at end of file |
| @@ -0,0 +1,76 @@ | |||
| ### 7. References | |||
|
|
|||
| 1. SDL SW architecture - <https://smartdevicelink.com/en/guides/core/software-architecture-document/table-of-contents/> | |||
|
|
||
| 1. SDL SW architecture - <https://smartdevicelink.com/en/guides/core/software-architecture-document/table-of-contents/> | ||
| 2. SmartDeviceLink Protocol specification - <https://github.com/smartdevicelink/protocol_spec/blob/master/README.md> | ||
| 3. ATF Developers guide - <https://adc.luxoft.com/svn/APPLINK/doc/technical/testing/AutomatedTestFramework/ATF_Versions/ATF2_DeveloperGuide.pdf> |
Collaborator
There was a problem hiding this comment.
@aderiabin APPLINK link. Present of such links needs to be clarified
| | ***HMI RPC*** | X | X | | | | | ||
| | ***Mobile RPC*** | X | X | | | | | ||
| | ***Json data*** | | X | | | X | | ||
| | ***protocol packet*** | | | X | | | |
Collaborator
There was a problem hiding this comment.
@aderiabin It's better to rename to Protocol packet (starting from capital letter)
aderiabin
pushed a commit
that referenced
this pull request
Jun 11, 2018
Fix/remote atf connection part2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Current pull request aimed to add ATF Software Architecture Document.
It was created on base of ATF SAD created by Elisey Zamakhov.
Changes:
PS: Please take a look at Wiki