-
Notifications
You must be signed in to change notification settings - Fork 123
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
cpu/ppc64_cpu: single core plus smt and upstream as a target #2788
Conversation
Add a test case to validate following scenario: A system with single online core along with consecutive smt level change to ensure number of online cores do not change Signed-off-by: Sachin Sant <[email protected]>
With patch (1/3) cpu/ppc64_cpu_test.py:PPC64Test.test_cmd_options: STARTED |
On systems (with a specific version of powerpc utils) where the test case should catch the defect, the test as expected fails (1/3) cpu/ppc64_cpu_test.py:PPC64Test.test_cmd_options: STARTED |
With patch and upstream as a target: avocado run --max-parallel-tasks=1 cpu/ppc64_cpu_test.py -m cpu/ppc64_cpu_test.py.data/upstream.yaml With patch and distro as a target: avocado run --max-parallel-tasks=1 cpu/ppc64_cpu_test.py |
Add capabilities to download and compile upstream source for powerpc-utils tools(ppc64_cpu). Signed-off-by: Sachin Sant <[email protected]>
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.
LGTM
This two patch series add following support:
Add upstream as a target for ppc64_cpu test
Add capabilities to download and compile upstream source for
powerpc-utils tools(ppc64_cpu).
Add a test case to validate following scenario:
A system with single online core along with consecutive smt
level change to ensure number of online cores do not change
Signed-off-by: Sachin Sant [email protected]