Skip to content

Update the README.md#99

Merged
lip-liu merged 2 commits into
mainfrom
up-readme
Jun 26, 2026
Merged

Update the README.md#99
lip-liu merged 2 commits into
mainfrom
up-readme

Conversation

@lip-liu

@lip-liu lip-liu commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

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 updates the README.md to clarify the BeToCQ test framework, its test categories, and validation targets (Quick Start and AQT). It also updates specific test case names, standardizes default Wi-Fi configurations, and provides updated commands for running the onboarding and AQT test suites. The review feedback suggests correcting a directory name reference to compound_tests, fixing a minor grammatical error, and resolving a formatting issue in the execution instructions.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread README.md Outdated
* **Directed test**: Measures performance of each wireless medium against expectations. To discover radio concurrency issues, sometimes multiple mediums are enabled simultaneously during the test.
* The function and directed tests are the foundational tests running with fixed wireless mediums. This helps isolate issues to an individual medium, making the debugging process more straightforward.
* **Critical user journey (CUJ) test**: Tests real-world use cases. Unlike function and directed tests, CUJ tests use multiple radios in a dynamic way. Debugging is typically more complex in CUJ tests, so they are executed after the foundational tests have passed.
* CUJ tests are implemented in the `compound_test` directory and are dynamically configured based on the CUJ requirements.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The directory name is compound_tests (plural), not compound_test (singular), as seen in the codebase imports.

Comment thread README.md Outdated
at the same time:

**Note**: For betocq_aqt_test_suite, this is not allowed, all 2G, 5G and 5G DFS APs should be available.
**Note**: For betocq_aqt_test_suite, this is not allowed, all 2G, 5G and 5G DFS APs should be available; 5G or 5G DFS APs are required only if the device support 5G.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

Fix a grammatical error: "device support 5G" should be "device supports 5G".

Suggested change
**Note**: For betocq_aqt_test_suite, this is not allowed, all 2G, 5G and 5G DFS APs should be available; 5G or 5G DFS APs are required only if the device support 5G.
**Note**: For betocq_aqt_test_suite, this is not allowed, all 2G, 5G and 5G DFS APs should be available; 5G or 5G DFS APs are required only if the device supports 5G.

Comment thread README.md Outdated
Comment on lines +429 to +430
* **To run the AQT (GTS - only for debugging, refer to GTS instructions for
formal submission) :**

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

Remove the extra space before the colon in the bold text formatting.

Suggested change
* **To run the AQT (GTS - only for debugging, refer to GTS instructions for
formal submission) :**
* **To run the AQT (GTS - only for debugging, refer to GTS instructions for
formal submission):**

@lip-liu lip-liu merged commit 855891c into main Jun 26, 2026
7 checks passed
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