|
@@ -1468,8 +1468,20 @@ class TestModelverseCore(unittest.TestCase):
|
|
"description_model",
|
|
"description_model",
|
|
] + get_model_constructor(open("models/description_model.mvc", "r").read()) + [
|
|
] + get_model_constructor(open("models/description_model.mvc", "r").read()) + [
|
|
"model_list",
|
|
"model_list",
|
|
|
|
+ "model_modify",
|
|
|
|
+ "Control_PW",
|
|
|
|
+ "nice_list",
|
|
|
|
+ "exit",
|
|
|
|
+
|
|
|
|
+ "model_modify",
|
|
|
|
+ "control_model",
|
|
|
|
+ "nice_list",
|
|
|
|
+ "exit",
|
|
|
|
+ "exit",
|
|
],
|
|
],
|
|
- [ # bootup phase
|
|
|
|
|
|
+ None))
|
|
|
|
+
|
|
|
|
+ (([ # bootup phase
|
|
"Desired username for admin user?",
|
|
"Desired username for admin user?",
|
|
"Desired password for admin user?",
|
|
"Desired password for admin user?",
|
|
"Please repeat the password",
|
|
"Please repeat the password",
|
|
@@ -1531,4 +1543,28 @@ class TestModelverseCore(unittest.TestCase):
|
|
" description_model : Description_PW",
|
|
" description_model : Description_PW",
|
|
" core : CoreFormalism"]),
|
|
" core : CoreFormalism"]),
|
|
"Ready for command...",
|
|
"Ready for command...",
|
|
|
|
+ # verify
|
|
|
|
+ "Which model to verify?",
|
|
|
|
+ "OK",
|
|
|
|
+ "Ready for command...",
|
|
|
|
+ # verify
|
|
|
|
+ "Which model to verify?",
|
|
|
|
+ "OK",
|
|
|
|
+ "Ready for command...",
|
|
|
|
+ # verify
|
|
|
|
+ "Which model to verify?",
|
|
|
|
+ "OK",
|
|
|
|
+ "Ready for command...",
|
|
|
|
+ # verify
|
|
|
|
+ "Which model to verify?",
|
|
|
|
+ "OK",
|
|
|
|
+ "Ready for command...",
|
|
|
|
+ # verify
|
|
|
|
+ "Which model to verify?",
|
|
|
|
+ "OK",
|
|
|
|
+ "Ready for command...",
|
|
|
|
+ # verify
|
|
|
|
+ "Which model to verify?",
|
|
|
|
+ "OK",
|
|
|
|
+ "Ready for command...",
|
|
]))
|
|
]))
|