Sensors: add DT-free dynamic runner, helpers, LAVA YAML, and overlay-only docs#292
Open
smuppand wants to merge 4 commits intoqualcomm-linux:mainfrom
Open
Sensors: add DT-free dynamic runner, helpers, LAVA YAML, and overlay-only docs#292smuppand wants to merge 4 commits intoqualcomm-linux:mainfrom
smuppand wants to merge 4 commits intoqualcomm-linux:mainfrom
Conversation
- add lib_sensors.sh helpers to: - gate on ADSP remoteproc state and firmware presence - dump ssc_sensor_info inventory to file (avoid huge stdout) - parse AVAILABLE=true sensor TYPE list - run see_workhorse / ssc_drva_test with progress + log-based PASS/FAIL parsing - keep ShellCheck clean and deterministic argv handling Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
…controls - add Runner/suites/Multimedia/Sensors/run.sh in standard testkit format - DT-free discovery via ssc_sensor_info; skip early if inventory not parsable - ADSP remoteproc gating using functestlib remoteproc helpers - supports --list, --profile, --sensors csv, durations/heartbeat, strict mode - writes logs to OUT_DIR and emits Sensors.res for LAVA Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
- add LAVA test definition for Sensors suite - invoke Sensors/run.sh with repo-standard steps - always send Sensors.res using send-to-lava.sh Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
- add README for Sensors suite: discovery, profiles, custom sensor lists - document overlay-only requirement for sensor apps and expected logs/results - include examples for core/vision kits and LAVA invocation Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a DT-free Sensors suite that discovers available sensor TYPEs via ssc_sensor_info, gates on ADSP remoteproc/firmware, and validates selected sensors using see_workhorse/ssc_drva_test with log-based PASS/FAIL parsing. Includes repo-standard LAVA test definition and README documenting overlay-only app requirement, profiles, CLI usage, and examples for core/vision kits.