Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
bd4fdcbc
Commit
bd4fdcbc
authored
May 31, 2021
by
Maxime Perrotin
Browse files
Ignore the order of output for regression testing
parent
81edfe53
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/ri_during_startup/regression.py
View file @
bd4fdcbc
...
...
@@ -13,12 +13,12 @@ expected = [
"[TASTE] Initialization completed for function master"
,
"[slave] Startup"
,
"[TASTE] Initialization completed for function slave"
,
"[slave] I am free? Really? I don't believe it"
]
,
"[slave] I am free? Really? I don't believe it"
,
"[MASTER] Timer expired, Slave did not answer within 1 sec (as expected)"
,
"[MASTER] Trying again"
,
"[slave] Second call, I say thank you"
,
"[MASTER] Got Answer from slave (should be after 2nd call)"
,
"You may now press Ctrl-C to stop the application"
"You may now press Ctrl-C to stop the application"
]
]
sys
.
path
.
append
(
".."
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment