Skip to content

Adds emulator launch/shutdown capabilities. #27

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

Merged
merged 3 commits into from
Sep 21, 2018
Merged

Adds emulator launch/shutdown capabilities. #27

merged 3 commits into from
Sep 21, 2018

Conversation

vkryachko
Copy link
Member

Emulator logs are stored in artifacts under test_emulator/ subdirectory.

Emulator logs are stored in artifacts under test_emulator/ subdirectory.
@vkryachko
Copy link
Member Author

/test connected-check

@vkryachko vkryachko requested a review from davidair September 21, 2018 14:25
@vkryachko vkryachko merged commit 79d1166 into master Sep 21, 2018
@vkryachko vkryachko deleted the vk.ci branch September 21, 2018 20:14
def __enter__(self):
_logger.debug('Pretend to start the emulator(TODO)')
_logger.info('Starting avd "{}..."'.format(self._name))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: the double quotes should probably not encompass ellipsis. Currently, this will look like this:
Starting avd "test...", while we'd probably want Starting avd "test"...

stdout=self._stdout,
stderr=self._stderr)
try:
self._wait_for_boot(datetime.timedelta(minutes=5))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably worth making 5 a constant on top of the file

@firebase firebase locked and limited conversation to collaborators Oct 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants