mbj4668 / pyang

An extensible YANG validator and converter in python
ISC License
530 stars 343 forks source link

test_bad: skip access.yang if running as root #767

Closed deastoe closed 2 years ago

deastoe commented 2 years ago

If the tests are being run as the root user then the access.yang test will fail, since it can always be read by the root user, even if the read permission has been removed.

mbj4668 commented 2 years ago

Thank you for this fix!