feat: test nanosp
This commit is contained in:
@@ -4,4 +4,7 @@ def test_configuration(cmd):
|
||||
assert cmd.get_configuration() == (14, 1, 9, 17)
|
||||
|
||||
if cmd.model == "nanox":
|
||||
assert cmd.get_configuration() == (14, 1, 9, 17)
|
||||
|
||||
if cmd.model == "nanosp":
|
||||
assert cmd.get_configuration() == (14, 1, 9, 17)
|
||||
Reference in New Issue
Block a user