Update tests

This commit is contained in:
Alexandre Paillier
2024-02-13 17:01:00 +01:00
parent a5dde47b90
commit 726ffc1ac7
32 changed files with 1 additions and 49 deletions

View File

@@ -1,10 +1,3 @@
def test_configuration(cmd):
if cmd.model == "nanos":
assert cmd.get_configuration() == (14, 1, 10, 4)
if cmd.model == "nanox":
assert cmd.get_configuration() == (14, 1, 10, 4)
if cmd.model == "nanosp":
assert cmd.get_configuration() == (14, 1, 10, 4)
assert cmd.get_configuration() == (2, 1, 10, 4)