mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-09 22:01:50 +00:00
34 lines
535 B
INI
34 lines
535 B
INI
[pytest]
|
|
python_files = test_*.py setup_*.py
|
|
norecursedirs = .svn _build tmp*
|
|
addopts= --junitxml=test_everything.xml
|
|
|
|
|
|
num_stations=1
|
|
|
|
# Cloud SDK settings
|
|
sdk-customer-id=2
|
|
|
|
|
|
# Radius Settings
|
|
radius_server_ip=192.168.200.75
|
|
radius_port=1812
|
|
radius_secret=testing123
|
|
|
|
|
|
# Testrail Info
|
|
tr_url=https://telecominfraproject.testrail.com
|
|
tr_user=cicd@tip.com
|
|
tr_pass=Open$Wifi123
|
|
tr_project_id=WLAN
|
|
tr_prefix=TIP_
|
|
milestone=29
|
|
|
|
|
|
filterwarnings =
|
|
ignore::UserWarning
|
|
|
|
markers =
|
|
sanity: Run the sanity for Client Connectivity test
|
|
|