Skip to content

Commit

Permalink
Merge pull request #18 from LuxoftAKutsan/release/4.1.0
Browse files Browse the repository at this point in the history
Release 4.1.0
  • Loading branch information
LuxoftAKutsan authored Aug 30, 2016
2 parents 62afa16 + d971403 commit 1fa12d8
Show file tree
Hide file tree
Showing 292 changed files with 422,223 additions and 31,780 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ You can get additional help of usage ATF:
```

#### Known Issues
Some test cases are failed due to known SDL issues. List of failed test cases available in KnownIssues.md


- Some test cases are failed due to known SDL issues. List of failed test cases available in KnownIssues.md
- For testing different application types (NAVI, MEDIA, etc...) you need to modify your ```<sdl_atf>/modules/config.lua``` after *prepare* step

6 changes: 3 additions & 3 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
work_dir = "~/SmartDeviceLinkCore/"

sdl_repository = "https://github.com/smartdevicelink/sdl_core/"
sdl_branch = "develop"
sdl_branch = "4.1.0"

atf_repository = "https://github.com/smartdevicelink/sdl_atf/"
atf_branch = "BUILD_SERVER_VERSION"
atf_branch = "4.1.0"

scripts_repository = "https://github.com/smartdevicelink/sdl_atf_test_scripts/"
scripts_branch = "master"
scripts_branch = "4.1.0"

sdl_clone_dir = work_dir + "sdl_core/"
sdl_build_dir = sdl_clone_dir + "build/"
Expand Down
Loading

0 comments on commit 1fa12d8

Please sign in to comment.