-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automated test plan #338
base: master
Are you sure you want to change the base?
Automated test plan #338
Conversation
dd013f7
to
6b55803
Compare
@edipascale could you please make a separate PR with the things refactoring in the testing.go so we can get it merged quickly and you'll not have to rebase |
beb5602
to
0cc35cd
Compare
Test Results16 tests 11 ✅ 1h 31m 40s ⏱️ For more details on these failures, see this check. Results for commit d6f53c0. ♻️ This comment has been updated with latest results. |
36a3864
to
08c5385
Compare
054c3d9
to
8283482
Compare
89eb0e7
to
fbc774c
Compare
fbc774c
to
cfc1cbb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job! I wasn't digging much into each test case, mainly looking for potential issues, unclear behavior, and general Go code issues.
Few notes for fixing in future PRs:
- I have a few questions about making sure that tests that are suitable for the VLAB will run
- failed cleanups in defer may leave fabric in a semi-broken state
- make SKIPed (b/c some requirements are missing) tests not FAIL (let's discuss)
- overall report in the could be a bit more clear (prev item probably contributes a lot to it)
d0571ca
to
d30c0b9
Compare
80668fb
to
e2d0f80
Compare
d4a4e9e
to
e726a86
Compare
Signed-off-by: Emanuele Di Pascale <emanuele@githedgehog.com>
Signed-off-by: Emanuele Di Pascale <emanuele@githedgehog.com>
e726a86
to
7657b04
Compare
test can carry flags which specify conditions under which they should be skipped, e.g. if they require externals or if they are incompatible with virtual switches. Signed-off-by: Emanuele Di Pascale <emanuele@githedgehog.com>
Signed-off-by: Emanuele Di Pascale <emanuele@githedgehog.com>
1138c65
to
d6f53c0
Compare
@Frostman I think I've addressed all of your comments. A couple of standing issues:
Feel free to have a look and/or let me know if you want to discuss this over a call! |
No description provided.