We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After running the test I still have routers running in the background:
ps -f -C skrouterd UID PID PPID C STIME TTY TIME CMD kgiusti 1758069 2860 0 10:04 pts/0 00:00:03 skrouterd -c INTB.conf -T -I /home/kgiusti/work/skupper/skupper-router/python kgiusti 1758070 2860 0 10:04 pts/0 00:00:02 skrouterd -c EdgeB.conf -T -I /home/kgiusti/work/skupper/skupper-router/python
I suspect the overridden teardown class method needs to invoke the super as well.
The text was updated successfully, but these errors were encountered:
Fixes skupperproject#1623: correct teardown for VFlowInterRouterTest
9bf4afd
Fixes #1623: correct teardown for VFlowInterRouterTest
0324681
kgiusti
Successfully merging a pull request may close this issue.
After running the test I still have routers running in the background:
I suspect the overridden teardown class method needs to invoke the super as well.
The text was updated successfully, but these errors were encountered: