Skip to content
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

run_of_tests.py => subprocess.py: OSError: [Errno 13] Permission denied #90

Open
chenxiang2019 opened this issue Mar 14, 2017 · 2 comments

Comments

@chenxiang2019
Copy link

Hi all,

After long start(in other words, configure the bmv2, p4ofagent and oftest), I configured the switch with --with-of --with-bmv2 then make it successfully. Then I tried to run openflow tests for it, but it showed the exception as I execute the command ./run_of_tests.py --oft-path /home/wasdns/oftest in root status:

Traceback (most recent call last):
  File "./run_of_tests.py", line 43, in <module>
    child = Popen([oft_path] + new_args)
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception
OSError: [Errno 13] Permission denied

I tried to add authority to it but it did not work. I have googled for it but no correct answer with my situation.

Thank you very much if response!

@omeshF
Copy link

omeshF commented Aug 11, 2017

I have encountered the same problem. Have you @Wasdns found an answer? Can you share please?

@chenxiang2019
Copy link
Author

@omeshF Unfortunately, I didn't resolve this problem. Sorry about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants