ec9101f9c5
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
23 lines
303 B
Plaintext
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/*
|