sonic-buildimage/src/sonic-host-services/.gitignore
a-barboza ec9101f9c5
RADIUS Management User Authentication Feature (#7284)
Why I did it
HLD: https://github.com/Azure/SONiC/blob/master/doc/aaa/radius_authentication.md
CLI: In a separate PR.

How I did it
How to verify it
UT: src/sonic-host-services/tests/hostcfgd/hostcfgd_radius_test.py
2021-04-23 19:09:41 -07:00

23 lines
303 B
Plaintext

# Compiled Python files
*.pyc
scripts/caclmgrdc
scripts/hostcfgdc
scripts/aaastatsdc
scripts/procdockerstatsdc
# Generated by packaging
*.egg-info/
.eggs/
build/
dist/
# Unit test coverage
.coverage
.pytest_cache/
coverage.xml
htmlcov/
test-results.xml
# Unit test scratchpad
tests/hostcfgd/output/*