Skip to content

Commit 213fc83

Browse files
committed
fix(test): rng feature is available on G3 in 4.14 guests
Due to using the Amazon Linux downstream for compiling our guest kernels. Probably they backported something. Signed-off-by: Patrick Roy <[email protected]>
1 parent 6d78999 commit 213fc83

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
@@ -20,11 +20,11 @@
2020
)
2121

2222
DEFAULT_G3_FEATURES_4_14 = DEFAULT_G2_FEATURES | set(
23-
"sha512 asimdfhm dit uscat ilrcpc flagm jscvt fcma sha3 sm3 sm4".split(" ")
23+
"sha512 asimdfhm dit uscat ilrcpc flagm jscvt fcma sha3 sm3 sm4 rng".split(" ")
2424
)
2525

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

3030
DEFAULT_G3_FEATURES_WITH_SVE_AND_PAC_4_14 = DEFAULT_G3_FEATURES_4_14

0 commit comments

Comments
 (0)