-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
add bdd test on nebula cluster graceful termination #3252
add bdd test on nebula cluster graceful termination #3252
Conversation
@@ -0,0 +1,364 @@ | |||
#!/usr/bin/python3 |
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.
please add the copyright
generally LGTM. additional two points:
I would follow these two. |
Scenario: Basic termination test | ||
Given a small nebula cluster | ||
When the cluster was terminated | ||
Then no service should still running after 4s |
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.
Please add the newline at the end of the file
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.
LGTM.
@@ -0,0 +1,8 @@ | |||
@cluster |
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.
This annotation should deleted after all tests passed.
closed, @HarrisChu create a new pr |
this pr add bdd integration test on issue #3005 #3122 and pr #3014