-
Notifications
You must be signed in to change notification settings - Fork 3
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 16 ✅ 33m 52s ⏱️ Results for commit d0571ca. ♻️ 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)
// 3. Set restricted flag in subnet-02 in vpc-02, test connectivity | ||
// 4. Remove all restrictions | ||
func (testCtx *VPCPeeringTestCtx) multiSubnetsIsolationTest(ctx context.Context) (bool, error) { | ||
// FIXME: make sure to reset all changes after the test regardles of early failures |
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.
Should it be a TODO item for the future or you intended to fix it before the PR merged?
d0571ca
to
d30c0b9
Compare
23f0b7f
to
80668fb
Compare
Signed-off-by: Emanuele Di Pascale <[email protected]>
a PR with the label 'release-test' will trigger a run on the hlab Signed-off-by: Emanuele Di Pascale <[email protected]>
80668fb
to
e2d0f80
Compare
No description provided.