-
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
Release 6.0.0 #2292
Merged
Merged
Release 6.0.0 #2292
Conversation
This file contains 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
Before checking Audio Service Status, we need stop streaming and add delay. Because in these scripts ATF isn't really streaming, it is simulation, and sometimes ATF can't get it in time before starting checking Audio Service Status.
…rvices_cases Feature/extended app services cases
…ia_image mediaImage Parameter Tests
…em_capabilities Add getSystemCapability test to smoke test set
* Correct expectation in existing script and add a new one
…hange_velocity_definition Fix tests after changing definition of maximumChangeVelocity
* update tests to use new MenuLayoutsAvailable location * no need to trace correlation id of OnSystemCapabilityUpdated
* Correct sending of SetGP and AddSubMenu requests after receiving of OnSCU notification * Correct sending of SetGP and AddSubMenu requests after receiving of OnSCU notification for 050 script
Update test to accept PTU with invalid params and pass rpc request tests
…f_scripts Improve stability of scripts - additional updates
…pts_to_smoke Include new scripts to API/Smoke test set
* Add expectation on ChangeRegistration in RegisterApp * Add delay before Ignition Off * Replace addCommand function by addCommandWithoutSetGP * Use another approach to get SDL status * Add tollerance when comparing timestamps * Remove strict validation of spaceAvailable value in ListFiles * Increase timeout for expected success PTU messages
* UnsubscribeVD request to HMI during custom data removing * Update script to support EXT flow * More scripts for subcription after VD removing * Fix issues * Fix issues with PTU for 2 apps
* Added 2 scripts for checking stream from NONE HMI level * Fix issues * Update test_scripts/API/ServiceStatusUpdateToHMI/027_Video_service_unprotected_start_stream_NONE_hmi_level.lua Co-Authored-By: Collin <iCollin@users.noreply.github.com>
Jack-Byrne
approved these changes
Oct 30, 2019
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.
ATF Test Scripts for Core release 6.0.0
This PR is ready for review.
Summary
New scripts for features added in Core release 6.0.0
ATF version
https://github.com/smartdevicelink/sdl_atf/releases/tag/6.0.0
Changelog
Testing Support For New Features
[SDL 0173] Read Generic Network Signal Data
[SDL 0211] Service Status Update to HMI
[SDL 0207] RPC message protection
[SDL 0216] Widget support
[SDL 0138] Make 'audioPassThruCapabilities' of HMI an array
[SDL 0179] Pixel density and Scale
[SDL 0221] Remote Control - Allow Multiple Modules per Module Type
[SDL 0184] Cancel Interaction RPC
[SDL 0204] Support running the same app from multiple devices at the same time
[SDL 0231] Add Tiles as an Option for Main Menus
[SDL 0186] Template Titles
[SDL 0177] Alert icon
[SDL 0116] Open Menu RPC
[SDL 0225] Update Published App Services
[SDL 0108] AutoCompleteList
[SDL 0224] Navigation Subscription Buttons
[SDL 0119] SDL Passenger Mode
[SDL 0223] Add Currently Playing Media Image to MediaServiceData
[SDL 0115] CloseApplication RPC
[SDL 0213] Remote Control - Radio and Climate Parameter Update
[SDL 0199] Adding-GPS-Shift-support
[SDL 0212] Add Ability to Reuse a SyncFileName for a PutFile
[SDL 0246] Add App Services to HMICapabilities
CLA