mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-23 01:19:08 -07:00
extends linux cpuinfo test unit with sparc64 data (#55394)
* added debian sparc64 ldom cpuinfo * updated linux data test unit with sparc64 cpuinfo
This commit is contained in:
parent
252b6b5eac
commit
de3bd8b791
2 changed files with 74 additions and 0 deletions
|
@ -536,4 +536,17 @@ CPU_INFO_TEST_SCENARIOS = [
|
|||
'processor_vcpus': 48
|
||||
},
|
||||
},
|
||||
{
|
||||
'cpuinfo': open(os.path.join(os.path.dirname(__file__), '../fixtures/cpuinfo/sparc-t5-debian-ldom-24vcpu')).readlines(),
|
||||
'architecture': 'sparc64',
|
||||
'expected_result': {
|
||||
'processor': [
|
||||
'UltraSparc T5 (Niagara5)',
|
||||
],
|
||||
'processor_cores': 1,
|
||||
'processor_count': 24,
|
||||
'processor_threads_per_core': 1,
|
||||
'processor_vcpus': 24
|
||||
},
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue