Skip to content

Commit affe4b1

Browse files
committed
test(aarch64): remove ssbs expectation from 5.10 guest
5.10 guest no longer reports ssbs feature. Signed-off-by: Nikita Kalyazin <[email protected]>
1 parent c3e6821 commit affe4b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration_tests/functional/test_cpu_features_aarch64.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
DEFAULT_G2_FEATURES = set(
1616
(
1717
"fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp "
18-
"asimdhp cpuid asimdrdm lrcpc dcpop asimddp ssbs"
18+
"asimdhp cpuid asimdrdm lrcpc dcpop asimddp"
1919
).split(" ")
2020
)
2121

@@ -24,7 +24,7 @@
2424
)
2525

2626
DEFAULT_G3_FEATURES_5_10 = DEFAULT_G3_FEATURES_4_14 | set(
27-
"dcpodp i8mm bf16 dgh".split(" ")
27+
"dcpodp i8mm bf16 dgh ssbs".split(" ")
2828
)
2929

3030
DEFAULT_G3_FEATURES_WITH_SVE_AND_PAC_4_14 = DEFAULT_G3_FEATURES_4_14

0 commit comments

Comments
 (0)