Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
linphone-android
Commits
a3025412
Commit
a3025412
authored
2 years ago
by
Quentin Monnier
Committed by
Sylvain Berfini
1 year ago
Browse files
Options
Download
Patches
Plain Diff
Update job-uitests.yml
parent
1b8cec5b
feature/call_uitests
1 merge request
!1192
Added automated UI tests
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci-files/job-uitests.yml
+3
-2
.gitlab-ci-files/job-uitests.yml
with
3 additions
and
2 deletions
.gitlab-ci-files/job-uitests.yml
+
3
−
2
View file @
a3025412
...
...
@@ -29,7 +29,7 @@ job-android-uitests:
#define adb tcp port
-
RUNNING_DEVICES=$(${ANDROID_HOME}/platform-tools/adb devices)
-
while [[ $RUNNING_DEVICES
== *$emulator_adb_port* ]]; do
;
emulator_adb_port=$(($emulator_adb_port + 2)); done
-
while [[ $RUNNING_DEVICES == *$emulator_adb_port* ]]; do emulator_adb_port=$(($emulator_adb_port + 2)); done
-
if [ $emulator_adb_port -gt 5586 ]; then echo "|warning| the 15 recommended ports are already used by other emulators. ADB may not function properly for this emulator"; fi
-
emulator_name=$emulator_name-$emulator_adb_port
...
...
@@ -47,7 +47,8 @@ job-android-uitests:
script
:
-
set +e
#launch uitest suite
#launch uitest suites
-
ANDROID_SERIAL=emulator-$emulator_adb_port
-
./gradlew -Pandroid.testInstrumentationRunnerArguments.class=org.linphone.testsuites.CallTestSuite -PscreportWindowed=false connectedAndroidTest --continue
-
export BUILD_RESULT=$?
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets