Skip to content
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

Add --adb switch to opt out from auto connecting device to local adb #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

neofreko
Copy link

In my use case, jenkins pipeline, I would like prepare the test device in one stage and use it for testing on another stage.

It's very useful if we want to use docker and the image cannot cater all dependencies, eg: adb and ruby.

Usage:
stf-client connect --no-adb -f k:v

It also fixes 'Error 404' that keeps on showing (and make the cli return non-success status to shell) even though we were able to get the device.

Akhmad Fathonih added 2 commits October 25, 2017 13:21
Make it possible to opt out from adb connect
The reason was it adb is not always available for current context. In my case, I will use this gem to get a device during jenkins stage in a pipeline.
Fix double slash in stf api URL. It caused 404 response yet successfully obtained the device. However, it made the cli fail and return non success status to shell.
@Malinskiy
Copy link
Owner

a bit late on this, but would it be possible for you to merge with latest master?

@Raikerian Raikerian mentioned this pull request Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants