fix: test nft and rm useless screenshot

This commit is contained in:
Coline
2022-06-29 10:22:06 +02:00
parent 8a47d4ecea
commit 4850ee083e
21 changed files with 24 additions and 100 deletions

View File

@@ -1,10 +1,10 @@
def test_configuration(cmd):
if cmd.model == "nanos":
assert cmd.get_configuration() == (14, 1, 9, 17)
assert cmd.get_configuration() == (14, 1, 9, 20)
if cmd.model == "nanox":
assert cmd.get_configuration() == (14, 1, 9, 17)
assert cmd.get_configuration() == (14, 1, 9, 20)
if cmd.model == "nanosp":
assert cmd.get_configuration() == (14, 1, 9, 17)
assert cmd.get_configuration() == (14, 1, 9, 20)