-
Notifications
You must be signed in to change notification settings - Fork 191
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
test suite hangs forever #208
Comments
You should try using latest secdev scapy version, it's starting to support python 3 quite correctly |
@gpotter2 doesn't matter at all for this issue report. Also latest original scapy release is not fully python 3 functional... even if it would be, that doesn't matter at all for this bug report |
@anthraxx Do you run it with sudo? Some of the tests require root rights and may hang without it. As the tests require sudo anyway for correct function, it is a low priority issue for now. |
@phaethon i see, can you point out which tests exactly and if i can skip them using -K ? excluding netaccess doesn't seem to do the trick. I'm looking forward to test as much as possible without uid=0 |
Those are all automaton tests. I am going to significantly revise automaton in line and style of recent python3 developments, and then I would rewrite the tests, too. Simple automaton Tests |
I try to run the test suite to check for regressions but it hangs forever and never terminates.
neither
./run_tests
nor./run_tests -t regression.uts -K netaccess
works, while it passes for the old python2 variant.Any ideas how to get info or solve it?
cheers
The text was updated successfully, but these errors were encountered: