Version bump to 1.10.2-dev
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
|
||||
def test_configuration(cmd):
|
||||
if cmd.model == "nanos":
|
||||
assert cmd.get_configuration() == (14, 1, 10, 1)
|
||||
assert cmd.get_configuration() == (14, 1, 10, 2)
|
||||
|
||||
if cmd.model == "nanox":
|
||||
assert cmd.get_configuration() == (14, 1, 10, 1)
|
||||
assert cmd.get_configuration() == (14, 1, 10, 2)
|
||||
|
||||
if cmd.model == "nanosp":
|
||||
assert cmd.get_configuration() == (14, 1, 10, 1)
|
||||
assert cmd.get_configuration() == (14, 1, 10, 2)
|
||||
|
||||
Reference in New Issue
Block a user