Skip to content

defaultroute-eu/fortiadc-radius-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FortiADC UDP Load Balancing Test Cases

Requirements

At least Python 3.8

Setup

# Create venv
python -mvenv .venv
. .venv/bin/activate
pip install -r requirements.txt

Testing

# python test_fortiadc.py --vip 1.2.3.4 --rserver 5.6.7.8 --shared-secret '<radius_shared_secret>' --username '<username>' --password '<password>'
send to:     5.6.7.8:1812     reply from:    5.6.7.8:1812
send to:     1.2.3.4:1812     reply from:    1.2.3.4:1812
send to:     5.6.7.8:1812     reply from:    1.2.3.4:1812

Send to addresses and reply from should match

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages