-
Notifications
You must be signed in to change notification settings - Fork 38
Add smoke tests #819
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
base: main
Are you sure you want to change the base?
Add smoke tests #819
Conversation
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.
Code Review
This pull request adds smoke tests for Raspberry Pi and RDK platforms by updating the GitHub Actions workflow and configuration files. My review focuses on improving the maintainability and robustness of the workflow script and fixing a potential bug in the Python client script.
Key feedback points:
- The GCS archive path in the workflow is hardcoded, which will cause issues with future builds. It should be parameterized.
- The use of
evalin the workflow script is not ideal. A safer approach using bash arrays is recommended. - The Python script has a potential bug where it might send
cobalt_path=Nonewhen using the newgcs_archive_pathoption.
Change-Id: I634e14f3876bc17f9c10110a185673bfda392aca
69847d7 to
cb0c8e1
Compare
05ca899 to
9bca71e
Compare
097e9c9 to
c41cdd0
Compare
c41cdd0 to
7dc7279
Compare
bd772ba to
784320a
Compare
784320a to
6038abf
Compare
CI: Add Smoke Tests for Raspberry Pi and RDK
This change enables the execution of smoke tests for Raspberry Pi (raspi) and RDK platforms. It integrates these tests into the existing
internal_testsGitHub Action workflow. Configuration for these platforms has been updated in the respective JSON files. Theon_device_tests_gateway_client.pyscript has been modified to support these tests.Bug: 470180018