Skip to content

Commit dd88e38

Browse files
committed
test: remove dead code
The ARM tests moved in 0810ff374e7edd091125e01253073bba1cb2c6e0 test_cpu_features_aarch64.py, this is redundant now. Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent 1176faf commit dd88e38

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

tests/integration_tests/functional/test_cpu_features.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -65,24 +65,6 @@ def _check_extended_cache_features(vm):
6565
assert cache_size > 0
6666

6767

68-
def _check_cpu_features_arm(test_microvm):
69-
if cpuid_utils.get_instance_type() == "m6g.metal":
70-
expected_cpu_features = {
71-
"Flags": "fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp "
72-
"asimdhp cpuid asimdrdm lrcpc dcpop asimddp ssbs",
73-
}
74-
else:
75-
expected_cpu_features = {
76-
"Flags": "fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp "
77-
"asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp "
78-
"sha512 asimdfhm dit uscat ilrcpc flagm ssbs",
79-
}
80-
81-
cpuid_utils.check_guest_cpuid_output(
82-
test_microvm, "lscpu", None, ":", expected_cpu_features
83-
)
84-
85-
8668
def get_cpu_template_dir(cpu_template):
8769
"""
8870
Utility function to return a valid string which will be used as

0 commit comments

Comments
 (0)