From Fedora Project Wiki
(Created page with "{{header|qa}} {{QA/Test_Case | description=this case test the functions of tuna, use it to isolate cpu |actions= 1. save the initial tuna setting<br /> tuna --save old.tuna...") |
No edit summary |
||
Line 16: | Line 16: | ||
|results= | |results= | ||
# return value in step 5 should be 1, it shows that tuna isolate successfully | # return value in step 5 should be 1, it shows that tuna isolate cpu successfully | ||
}} | }} | ||
[[Category:package_tuna_test_cases]] | [[Category:package_tuna_test_cases]] |
Latest revision as of 06:51, 6 November 2018
Description
this case test the functions of tuna, use it to isolate cpu
How to test
1. save the initial tuna setting
tuna --save old.tuna
2. show tuna setting
cat old.tuna
3. use tuna to isolate cpu 0
tuna --cpu 0 --isolate
4. save the new tuna setting
tuna --save new.tuna
5. compare two setting
diff old.tuna new.tuna echo $?
Expected Results
- return value in step 5 should be 1, it shows that tuna isolate cpu successfully