Bignum Tests: remove ModOperationCommonArchSplit

The functionality of ModOperationCommonArchSplit is needed in several
subclasses, therefore moving it to a superclass.

There is another, redundant ArchSplit class, which will be removed in a
later commit.

Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
Janos Follath 2022-11-17 14:42:40 +00:00
parent 948afcecb9
commit 155ad8c297
2 changed files with 24 additions and 28 deletions

View file

@ -50,12 +50,13 @@ class BignumModRawTarget(test_data_generation.BaseTarget):
# END MERGE SLOT 6
# BEGIN MERGE SLOT 7
class BignumModRawConvertToMont(bignum_common.ModOperationCommonArchSplit,
class BignumModRawConvertToMont(bignum_common.ModOperationCommon,
BignumModRawTarget):
""" Test cases for mpi_mod_raw_to_mont_rep(). """
test_function = "mpi_mod_raw_to_mont_rep"
test_name = "Convert into Mont: "
arch_split = True
test_data_moduli = ["b",
"fd",