-
Notifications
You must be signed in to change notification settings - Fork 3k
Add hardcoded Echo server defaults for Greentea socket tests. #10665
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
Conversation
0d6cfb0
to
1f7769f
Compare
@tymoteuszblochmobica, thank you for your changes. |
@@ -0,0 +1,29 @@ | |||
#ifndef MBED_CONF_APP_ECHO_SERVER_ADDR |
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.
Add license header on top of any new file
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.
Done
1f7769f
to
d42ed4e
Compare
License header applied |
CI started |
CI restarted. S3 issues appear addressed. |
Test run: FAILEDSummary: 1 of 4 test jobs failed Failed test jobs:
|
we will restart tests once 5.13rc2 is completed (failures above not related to the changeset) |
CI restarted |
Tests will be restarted after rc2 (it did not report back results) |
@0xc0170 , did the release go through? Can we run CI on this? :) |
Ci job restarted |
Test run: FAILEDSummary: 3 of 3 test jobs failed Failed test jobs:
|
I had to abort the job, there were timeouts - other jobs affected, investigating |
CI restarted |
Test run: SUCCESSSummary: 4 of 4 test jobs passed |
Description
Default setings for Greentea Echo server are now moved to separate header file.
Now socket tests can be built without echo server settings in app JSON configuration file .
Pull request type
Reviewers
@SeppoTakalo
@kjbracey-arm
Release Notes